diff options
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index 6a1edb1348f6..a7c116e814af 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c | |||
@@ -596,7 +596,8 @@ out: | |||
596 | * the extra reserve blocks from the reserve..... | 596 | * the extra reserve blocks from the reserve..... |
597 | */ | 597 | */ |
598 | int error; | 598 | int error; |
599 | error = xfs_mod_incore_sb(mp, XFS_SBS_FDBLOCKS, fdblks_delta, 0); | 599 | error = xfs_icsb_modify_counters(mp, XFS_SBS_FDBLOCKS, |
600 | fdblks_delta, 0); | ||
600 | if (error == ENOSPC) | 601 | if (error == ENOSPC) |
601 | goto retry; | 602 | goto retry; |
602 | } | 603 | } |