diff options
-rw-r--r-- | fs/nfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index ee9a179ebdf3..db64854b7b09 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c | |||
@@ -1741,6 +1741,7 @@ remove_lru_entry: | |||
1741 | clear_bit(NFS_INO_ACL_LRU_SET, &nfsi->flags); | 1741 | clear_bit(NFS_INO_ACL_LRU_SET, &nfsi->flags); |
1742 | smp_mb__after_clear_bit(); | 1742 | smp_mb__after_clear_bit(); |
1743 | } | 1743 | } |
1744 | spin_unlock(&inode->i_lock); | ||
1744 | } | 1745 | } |
1745 | spin_unlock(&nfs_access_lru_lock); | 1746 | spin_unlock(&nfs_access_lru_lock); |
1746 | nfs_access_free_list(&head); | 1747 | nfs_access_free_list(&head); |