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) {