projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d213371
)
[XFS] Stale the correct inode when freeing clusters.
author
David Chinner
<dgc@sgi.com>
Tue, 21 Nov 2006 07:55:33 +0000
(18:55 +1100)
committer
Tim Shimmin
<tes@sgi.com>
Tue, 21 Nov 2006 07:55:33 +0000
(18:55 +1100)
SGI-PV: 958376
SGI-Modid: xfs-linux-melb:xfs-kern:27503a
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_inode.c
b/fs/xfs/xfs_inode.c
index d72c80dbfbb1fd64629c72b6d5797beb8008624c..44dfac5212856567195068f9570e65f8857709c5 100644
(file)
--- a/
fs/xfs/xfs_inode.c
+++ b/
fs/xfs/xfs_inode.c
@@
-2258,7
+2258,7
@@
xfs_ifree_cluster(
AIL_LOCK(mp,s);
iip->ili_flush_lsn = iip->ili_item.li_lsn;
AIL_UNLOCK(mp, s);
- xfs_iflags_set(i
p
, XFS_ISTALE);
+ xfs_iflags_set(i
ip->ili_inode
, XFS_ISTALE);
pre_flushed++;
}
lip = lip->li_bio_list;