From: Matt Fleming Date: Sun, 27 Feb 2011 13:58:00 +0000 (+0000) Subject: fs/locks.c: Remove stale FIXME left over from BKL conversion X-Git-Tag: firefly_0821_release~7613^2~2195^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae7eb8979ccfa5e9e888101b9c940f20bd0f4115;p=firefly-linux-kernel-4.4.55.git fs/locks.c: Remove stale FIXME left over from BKL conversion The comment is no longer true as (now that the BKL conversion is finished) a spinlock _is_ now used to protect file_lock_list, blocked_list and inode->i_flock. Signed-off-by: Matt Fleming Signed-off-by: Arnd Bergmann --- diff --git a/fs/locks.c b/fs/locks.c index 0f3998291f78..822c3d1843af 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -145,7 +145,6 @@ static DEFINE_SPINLOCK(file_lock_lock); /* * Protects the two list heads above, plus the inode->i_flock list - * FIXME: should use a spinlock, once lockd and ceph are ready. */ void lock_flocks(void) {