From: Linus Torvalds Date: Sat, 25 Feb 2023 03:03:26 +0000 (-0800) Subject: Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v6.6.17~5441 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6b9cf417c62601f26fa47f97d6c0681704bf0e3;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'work.sysv' of git://git./linux/kernel/git/viro/vfs Pull sysv updates from Al Viro: "Fabio's 'switch to kmap_local_page()' patchset (originally after the ext2 counterpart, with a lot of cleaning up done to it; as the matter of fact, ext2 side is in need of similar cleanups - calling conventions there are bloody awful). Plus the equivalents of minix stuff..." * 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: sysv: fix handling of delete_entry and set_link failures fs/sysv: Replace kmap() with kmap_local_page() fs/sysv: Use dir_put_page() in sysv_rename() fs/sysv: Change the signature of dir_get_page() fs/sysv: Use the offset_in_page() helper sysv: don't flush page immediately for DIRSYNC directories --- d6b9cf417c62601f26fa47f97d6c0681704bf0e3