[XFS] Keep lockdep happy.
[pandora-kernel.git] / fs / xfs / xfs_iget.c
index b73d216..1562ac2 100644 (file)
@@ -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);
 }