Home
last modified time | relevance | path

Searched hist:"062 efdb0803adac3fad039d681789c5e01818bef" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_inode.cdiff 062efdb0803adac3fad039d681789c5e01818bef Wed Jul 13 20:46:59 CDT 2022 Dave Chinner <dchinner@redhat.com> 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>