From f413f45d821d4ade40fcdfb8490ade922b7fa886 Mon Sep 17 00:00:00 2001 From: Vlad Apostolov Date: Thu, 28 Sep 2006 11:06:21 +1000 Subject: [PATCH] --- yaml --- r: 37168 b: refs/heads/master c: 6e73b418887675da18602550ca296211caeb3897 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_itable.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c4d7f7d17276..5ad7e73ec745 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f1f21684078884b62cfff2ea80a1a6c07f79824 +refs/heads/master: 6e73b418887675da18602550ca296211caeb3897 diff --git a/trunk/fs/xfs/xfs_itable.c b/trunk/fs/xfs/xfs_itable.c index 80e5b96f5027..7775ddc0b3c6 100644 --- a/trunk/fs/xfs/xfs_itable.c +++ b/trunk/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) {