xfs: merge the ->log_item defer op into ->create_intent
commit c1f09188 upstream. These are aways called together, and my merging them we reduce the amount of indirect calls, improve type safety and in general clean up the code a bit. Signed-off-by:Christoph Hellwig <hch@lst.de> 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> Signed-off-by:
Chandan Babu R <chandan.babu@oracle.com> Acked-by:
Darrick J. Wong <djwong@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- fs/xfs/libxfs/xfs_defer.c 2 additions, 4 deletionsfs/xfs/libxfs/xfs_defer.c
- fs/xfs/libxfs/xfs_defer.h 2 additions, 2 deletionsfs/xfs/libxfs/xfs_defer.h
- fs/xfs/xfs_bmap_item.c 19 additions, 28 deletionsfs/xfs/xfs_bmap_item.c
- fs/xfs/xfs_extfree_item.c 20 additions, 29 deletionsfs/xfs/xfs_extfree_item.c
- fs/xfs/xfs_refcount_item.c 20 additions, 28 deletionsfs/xfs/xfs_refcount_item.c
- fs/xfs/xfs_rmap_item.c 20 additions, 28 deletionsfs/xfs/xfs_rmap_item.c
Loading
Please register or sign in to comment