OSDN Git Service

xfs: remove xfs_ifree_local_data
authorChristoph Hellwig <hch@lst.de>
Mon, 18 May 2020 17:27:21 +0000 (10:27 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 19 May 2020 16:40:58 +0000 (09:40 -0700)
commitb2c20045b67bf37aa63be9bd9463708dfb38cbcc
tree4c0c42903ee7563cb56a8122fc00ccdbb43f2b75
parent09c38edd54c16657093a73a3169342f9f9080bb3
xfs: remove xfs_ifree_local_data

xfs_ifree only need to free inline data in the data fork, as we've
already taken care of the attr fork before (and in fact freed the
fork structure).  Just open code the freeing of the inline data.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_inode.c