commit | 439b8434792d0b62e32ab1416f214a18a640cc03 | [log] [tgz] |
---|---|---|
author | Tim Shimmin <tes@sgi.com> | Sat Nov 11 18:04:34 2006 +1100 |
committer | Tim Shimmin <tes@sgi.com> | Sat Nov 11 18:04:34 2006 +1100 |
tree | 91c61aa4f9decde9d5da3051846c093473b6545a | |
parent | 93c189c1148a5e39bcc8f62568f42a77f93477c5 [diff] [blame] |
[XFS] Keep lockdep happy. 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>
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index b73d216..1562ac2 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c
@@ -683,6 +683,7 @@ /* * Free all memory associated with the inode. */ + xfs_iunlock(ip, XFS_ILOCK_EXCL | XFS_IOLOCK_EXCL); xfs_idestroy(ip); }