summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_file.c
diff options
context:
space:
mode:
authorAllison Collins <allison.henderson@oracle.com>2020-07-20 21:47:27 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-07-28 20:28:12 -0700
commit0feaef17db9ddf0d97676eaa258dc55ff504cfb6 (patch)
tree32f4678e9755a0262f279489852a4f80fa90ec03 /fs/xfs/xfs_file.c
parent3f6e011ee2bfcf5b70c5f8978673cd0e5bc64a33 (diff)
downloadlinux-stable-0feaef17db9ddf0d97676eaa258dc55ff504cfb6.tar.gz
linux-stable-0feaef17db9ddf0d97676eaa258dc55ff504cfb6.tar.bz2
linux-stable-0feaef17db9ddf0d97676eaa258dc55ff504cfb6.zip
xfs: Remove unneeded xfs_trans_roll_inode calls
Some calls to xfs_trans_roll_inode and xfs_defer_finish routines are not needed. If they are the last operations executed in these functions, and no further changes are made, then higher level routines will roll or commit the transactions. Signed-off-by: Allison Collins <allison.henderson@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Acked-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_file.c')
0 files changed, 0 insertions, 0 deletions