projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c189c
)
[XFS] Keep lockdep happy.
author
Tim Shimmin
<tes@sgi.com>
Sat, 11 Nov 2006 07:04:34 +0000
(18:04 +1100)
committer
Tim 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_iget.c
b/fs/xfs/xfs_iget.c
index b73d216ecaf939aa4df49f8a89a6cff9e2fafd16..1562ac2dd67ca6ced73e85c523ef1046d5016e05 100644
(file)
--- a/
fs/xfs/xfs_iget.c
+++ b/
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);
}