commit | ae7eb8979ccfa5e9e888101b9c940f20bd0f4115 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt.fleming@linux.intel.com> | Sun Feb 27 13:58:00 2011 +0000 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Mar 05 10:55:59 2011 +0100 |
tree | dfd93452f9ec37b8eee8125ecc6cbff8f200f9c8 | |
parent | b0d0d915d1d1a0fe486849f3e41333c66df620c4 [diff] |
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 <matt.fleming@linux.intel.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>