diff options
-rw-r--r-- | fs/xfs/xfs_iget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index b73d216ecaf9..1562ac2dd67c 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c | |||
@@ -683,6 +683,7 @@ xfs_ireclaim(xfs_inode_t *ip) | |||
683 | /* | 683 | /* |
684 | * Free all memory associated with the inode. | 684 | * Free all memory associated with the inode. |
685 | */ | 685 | */ |
686 | xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); | ||
686 | xfs_idestroy(ip); | 687 | xfs_idestroy(ip); |
687 | } | 688 | } |
688 | 689 | ||