Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Feb 2023 03:03:26 +0000 (19:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Feb 2023 03:03:26 +0000 (19:03 -0800)
commitd6b9cf417c62601f26fa47f97d6c0681704bf0e3
tree2ed9a0dcd5e8b4c0d5b7cc3c4e4881f8fa83cdc5
parent397aa6b63ff25cee0b8ed20a6d447527c8ab0849
parentabb7c742397324f8676c5b622effdce911cd52e3
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
fs/sysv/namei.c
fs/sysv/sysv.h