commit | 5301f87013145a874cda4ae008b6fcc2b810a721 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Jul 14 11:46:46 2022 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 14 11:46:46 2022 +1000 |
tree | 6b672bbde15c63e0e677e1e00f9757fdeb863226 | |
parent | 2fd26cc07e9f8050e29bf314cbf1bcb64dbe088c [diff] |
xfs: clean up xfs_iunlink_update_inode() We no longer need to have this function return the previous next agino value from the on-disk inode as we have it in the in-core inode now. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org>