mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
b0d0d915d1
commit
ae7eb8979c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue