From dbea527140dd150b50440c39762493160d08608f Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Sat, 11 Nov 2006 18:04:34 +1100 Subject: [PATCH] --- yaml --- r: 40865 b: refs/heads/master c: 439b8434792d0b62e32ab1416f214a18a640cc03 h: refs/heads/master i: 40863: b36c223c80cec598ce05cd01f20fdc3b5669973a v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_iget.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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); }