[XFS] Keep lockdep happy.
authorTim Shimmin <tes@sgi.com>
Sat, 11 Nov 2006 07:04:34 +0000 (18:04 +1100)
committerTim Shimmin <tes@sgi.com>
Sat, 11 Nov 2006 07:04:34 +0000 (18:04 +1100)
SGI-PV: 956964
SGI-Modid: xfs-linux-melb:xfs-kern:27200a

Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
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);
 }