diff options
author | david m. richter <richterd@citi.umich.edu> | 2007-05-09 16:10:27 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-07-18 19:09:27 -0400 |
commit | 87250dd26a34c65ae31d08837174222889007641 (patch) | |
tree | 01081d90b336d379053936e438a7bd2f6d8692bf /fs/locks.c | |
parent | 8b4a40809e5330c9da5d20107d693d92d73b31dc (diff) |
leases: minor break_lease() comment clarification
clarify that break_lease() checks for presence of any lock, not just leases.
Signed-off-by: David M. Richter <richterd@citi.umich.edu>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to 'fs/locks.c')
-rw-r--r-- | fs/locks.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/locks.c b/fs/locks.c index 431a8b871fce..924e4a7fb1d5 100644 --- a/fs/locks.c +++ b/fs/locks.c | |||
@@ -1169,9 +1169,9 @@ static void time_out_leases(struct inode *inode) | |||
1169 | * @inode: the inode of the file to return | 1169 | * @inode: the inode of the file to return |
1170 | * @mode: the open mode (read or write) | 1170 | * @mode: the open mode (read or write) |
1171 | * | 1171 | * |
1172 | * break_lease (inlined for speed) has checked there already | 1172 | * break_lease (inlined for speed) has checked there already is at least |
1173 | * is a lease on this file. Leases are broken on a call to open() | 1173 | * some kind of lock (maybe a lease) on this file. Leases are broken on |
1174 | * or truncate(). This function can sleep unless you | 1174 | * a call to open() or truncate(). This function can sleep unless you |
1175 | * specified %O_NONBLOCK to your open(). | 1175 | * specified %O_NONBLOCK to your open(). |
1176 | */ | 1176 | */ |
1177 | int __break_lease(struct inode *inode, unsigned int mode) | 1177 | int __break_lease(struct inode *inode, unsigned int mode) |