[GIT PULL] vfs: new code for 6.2

From: Darrick J. Wong
Date: Tue Dec 13 2022 - 13:19:26 EST


Hi Linus,

Please pull this branch with changes for vfs for 6.2-rc1.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts. Please let me know if you
encounter any problems.

The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-6.2-merge-1

for you to fetch changes up to a79168a0c00d710420c1758f6c38df89e12f0763:

fs/remap_range: avoid spurious writeback on zero length request (2022-11-30 08:41:01 -0800)

----------------------------------------------------------------
New VFS code for 6.2:

- Make some minor adjustments to the remap range preparation function to
skip file updates when the request length is adjusted downwards to
zero.

Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx>

----------------------------------------------------------------
Brian Foster (1):
fs/remap_range: avoid spurious writeback on zero length request

fs/remap_range.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)