aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r--fs/xfs/xfs_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 63e66890f063..ca074ee01d06 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -3276,7 +3276,7 @@ xfs_iflush(
3276 if (flags & INT_DELWRI) { 3276 if (flags & INT_DELWRI) {
3277 xfs_bdwrite(mp, bp); 3277 xfs_bdwrite(mp, bp);
3278 } else if (flags & INT_ASYNC) { 3278 } else if (flags & INT_ASYNC) {
3279 xfs_bawrite(mp, bp); 3279 error = xfs_bawrite(mp, bp);
3280 } else { 3280 } else {
3281 error = xfs_bwrite(mp, bp); 3281 error = xfs_bwrite(mp, bp);
3282 } 3282 }