]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d5d6ed7ab3bcc663dfc39fd653eebaf1e0c8ddc
tree6b672bbde15c63e0e677e1e00f9757fdeb863226
parent36c5c487623083142c82cb9726fcac085dfab37e
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