diff --git a/[refs] b/[refs] index 90b85f85aa1c..ceaa3efb49e9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93c189c1148a5e39bcc8f62568f42a77f93477c5 +refs/heads/master: 439b8434792d0b62e32ab1416f214a18a640cc03 diff --git a/trunk/fs/xfs/xfs_iget.c b/trunk/fs/xfs/xfs_iget.c index b73d216ecaf9..1562ac2dd67c 100644 --- a/trunk/fs/xfs/xfs_iget.c +++ b/trunk/fs/xfs/xfs_iget.c @@ -683,6 +683,7 @@ xfs_ireclaim(xfs_inode_t *ip) /* * Free all memory associated with the inode. */ + xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); xfs_idestroy(ip); }