]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: factor out a new xfs_log_force_inode helper
authorChristoph Hellwig <hch@lst.de>
Wed, 26 Oct 2022 06:28:40 +0000 (11:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Oct 2022 08:20:34 +0000 (10:20 +0200)
commiteb2cbc692e6609e1be126a1f849e709f790721d4
tree71389e53ee0735ab77ce5f167a24e463598ceb36
parente210de842a342d92196d05612581e86d9ff685e6
xfs: factor out a new xfs_log_force_inode helper

commit fd7796afc3c18a0f441d02e0488afd166fc938dc upstream.

Create a new helper to force the log up to the last LSN touching an
inode.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_export.c
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h