From: Jim Schutt Date: Wed, 15 May 2013 16:38:12 +0000 (-0600) Subject: ceph: fix up comment for ceph_count_locks() as to which lock to hold X-Git-Tag: next-20130521~78^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=16e0250136b0eb051573729c5f695017192a0f4f;p=karo-tx-linux.git ceph: fix up comment for ceph_count_locks() as to which lock to hold Signed-off-by: Jim Schutt Reviewed-by: Alex Elder --- diff --git a/fs/ceph/locks.c b/fs/ceph/locks.c index ebbf680378e2..89788515a63d 100644 --- a/fs/ceph/locks.c +++ b/fs/ceph/locks.c @@ -169,7 +169,7 @@ int ceph_flock(struct file *file, int cmd, struct file_lock *fl) } /** - * Must be called with BKL already held. Fills in the passed + * Must be called with lock_flocks() already held. Fills in the passed * counter variables, so you can prepare pagelist metadata before calling * ceph_encode_locks. */