aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorTim Shimmin <tes@sgi.com>2006-11-11 02:04:34 -0500
committerTim Shimmin <tes@sgi.com>2006-11-11 02:04:34 -0500
commit439b8434792d0b62e32ab1416f214a18a640cc03 (patch)
tree91c61aa4f9decde9d5da3051846c093473b6545a /fs
parent93c189c1148a5e39bcc8f62568f42a77f93477c5 (diff)
[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>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_iget.c1
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