]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: combine iunlink inode update functions
authorDave Chinner <dchinner@redhat.com>
Thu, 14 Jul 2022 01:46:59 +0000 (11:46 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 14 Jul 2022 01:46:59 +0000 (11:46 +1000)
commit92b1592b647eef89458f9ed95c192f2156df3061
treec39b35a8a765e76a5d69edb7a4c85d0e2a98c31b
parent6d5d6ed7ab3bcc663dfc39fd653eebaf1e0c8ddc
xfs: combine iunlink inode update functions

Combine the logging of the inode unlink list update into the
calling function that looks up the buffer we end up logging. These
do not need to be separate functions as they are both short, simple
operations and there's only a single call path through them. This
new function will end up being the core of the iunlink log item
processing...

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