fs/locks.c: Remove stale FIXME left over from BKL conversion
authorMatt Fleming <matt.fleming@linux.intel.com>
Sun, 27 Feb 2011 13:58:00 +0000 (13:58 +0000)
committerArnd Bergmann <arnd@arndb.de>
Sat, 5 Mar 2011 09:55:59 +0000 (10:55 +0100)
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>

No differences found