From: Vlad Apostolov Date: Thu, 28 Sep 2006 01:06:21 +0000 (+1000) Subject: [XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6e73b418887675da18602550ca296211caeb3897;p=linux-beck.git [XFS] 955947: Infinite loop in xfs_bulkstat() on formatter() error SGI-PV: 955947 SGI-Modid: xfs-linux-melb:xfs-kern:26986a Signed-off-by: Vlad Apostolov Signed-off-by: Tim Shimmin --- diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index 80e5b96f5027..7775ddc0b3c6 100644 --- 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) {