提交 460781b5 编写于 作者: A Arnd Bergmann 提交者: Linus Torvalds

BKL: remove references to lock_kernel from comments

Lock_kernel is gone from the code, so the comments should be updated,
too.  nfsd now uses lock_flocks instead of lock_kernel to protect
against posix file locks.
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Acked-by: NJ. Bruce Fields <bfields@redhat.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 451a3c24
...@@ -2262,7 +2262,7 @@ nfs4_file_downgrade(struct nfs4_file *fp, unsigned int share_access) ...@@ -2262,7 +2262,7 @@ nfs4_file_downgrade(struct nfs4_file *fp, unsigned int share_access)
* Spawn a thread to perform a recall on the delegation represented * Spawn a thread to perform a recall on the delegation represented
* by the lease (file_lock) * by the lease (file_lock)
* *
* Called from break_lease() with lock_kernel() held. * Called from break_lease() with lock_flocks() held.
* Note: we assume break_lease will only call this *once* for any given * Note: we assume break_lease will only call this *once* for any given
* lease. * lease.
*/ */
...@@ -2286,7 +2286,7 @@ void nfsd_break_deleg_cb(struct file_lock *fl) ...@@ -2286,7 +2286,7 @@ void nfsd_break_deleg_cb(struct file_lock *fl)
list_add_tail(&dp->dl_recall_lru, &del_recall_lru); list_add_tail(&dp->dl_recall_lru, &del_recall_lru);
spin_unlock(&recall_lock); spin_unlock(&recall_lock);
/* only place dl_time is set. protected by lock_kernel*/ /* only place dl_time is set. protected by lock_flocks*/
dp->dl_time = get_seconds(); dp->dl_time = get_seconds();
/* /*
...@@ -2303,7 +2303,7 @@ void nfsd_break_deleg_cb(struct file_lock *fl) ...@@ -2303,7 +2303,7 @@ void nfsd_break_deleg_cb(struct file_lock *fl)
/* /*
* The file_lock is being reapd. * The file_lock is being reapd.
* *
* Called by locks_free_lock() with lock_kernel() held. * Called by locks_free_lock() with lock_flocks() held.
*/ */
static static
void nfsd_release_deleg_cb(struct file_lock *fl) void nfsd_release_deleg_cb(struct file_lock *fl)
...@@ -2318,7 +2318,7 @@ void nfsd_release_deleg_cb(struct file_lock *fl) ...@@ -2318,7 +2318,7 @@ void nfsd_release_deleg_cb(struct file_lock *fl)
} }
/* /*
* Called from setlease() with lock_kernel() held * Called from setlease() with lock_flocks() held
*/ */
static static
int nfsd_same_client_deleg_cb(struct file_lock *onlist, struct file_lock *try) int nfsd_same_client_deleg_cb(struct file_lock *onlist, struct file_lock *try)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册