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:
6f1f216
)
[XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() error
author
Vlad Apostolov
<vapo@sgi.com>
Thu, 28 Sep 2006 01:06:21 +0000
(11:06 +1000)
committer
Tim Shimmin
<tes@sgi.com>
Thu, 28 Sep 2006 01:06:21 +0000
(11:06 +1000)
SGI-PV: 955947
SGI-Modid: xfs-linux-melb:xfs-kern:26986a
Signed-off-by: Vlad Apostolov <vapo@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_itable.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_itable.c
b/fs/xfs/xfs_itable.c
index 80e5b96f5027f8b7f378e822678c9b0d65741551..7775ddc0b3c6b105449bef21a3954741533129f4 100644
(file)
--- a/
fs/xfs/xfs_itable.c
+++ b/
fs/xfs/xfs_itable.c
@@
-647,6
+647,8
@@
xfs_bulkstat(
}
else if (error == ENOMEM)
ubleft = 0;
+ else
+ lastino = ino;
continue;
}
if (fmterror == BULKSTAT_RV_GIVEUP) {