OSDN Git Service

xfs: clean up xfs_iunlink_update_inode()
authorDave Chinner <dchinner@redhat.com>
Thu, 14 Jul 2022 01:46:46 +0000 (11:46 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 14 Jul 2022 01:46:46 +0000 (11:46 +1000)
commit5301f87013145a874cda4ae008b6fcc2b810a721
tree6b672bbde15c63e0e677e1e00f9757fdeb863226
parent2fd26cc07e9f8050e29bf314cbf1bcb64dbe088c
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>
fs/xfs/xfs_inode.c