aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/locks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/locks.c b/fs/locks.c
index 6e22c8129a80..c7c69d29a576 100644
--- a/fs/locks.c
+++ b/fs/locks.c
@@ -715,8 +715,7 @@ next_task:
715} 715}
716 716
717/* Try to create a FLOCK lock on filp. We always insert new FLOCK locks 717/* Try to create a FLOCK lock on filp. We always insert new FLOCK locks
718 * at the head of the list, but that's secret knowledge known only to 718 * after any leases, but before any posix locks.
719 * flock_lock_file and posix_lock_file.
720 * 719 *
721 * Note that if called with an FL_EXISTS argument, the caller may determine 720 * Note that if called with an FL_EXISTS argument, the caller may determine
722 * whether or not a lock was successfully freed by testing the return 721 * whether or not a lock was successfully freed by testing the return