Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Oct 2020 19:26:05 +0000 (12:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Oct 2020 19:26:05 +0000 (12:26 -0700)
commit0eac1102e94807023e57d032bbba51830928b78e
treedb67878962cd7392ed205505c165d8db00ecbc50
parent1b307ac87075c3207c345822ea276fe4f28481d7
parentf2d077ff1b5c17008cff5dc27e7356a694e55462
Merge branch 'work.misc' of git://git./linux/kernel/git/viro/vfs

Pull misc vfs updates from Al Viro:
 "Assorted stuff all over the place (the largest group here is
  Christoph's stat cleanups)"

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fs: remove KSTAT_QUERY_FLAGS
  fs: remove vfs_stat_set_lookup_flags
  fs: move vfs_fstatat out of line
  fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat
  fs: remove vfs_statx_fd
  fs: omfs: use kmemdup() rather than kmalloc+memcpy
  [PATCH] reduce boilerplate in fsid handling
  fs: Remove duplicated flag O_NDELAY occurring twice in VALID_OPEN_FLAGS
  selftests: mount: add nosymfollow tests
  Add a "nosymfollow" mount option.
15 files changed:
fs/9p/vfs_super.c
fs/affs/super.c
fs/ceph/super.c
fs/erofs/super.c
fs/exfat/super.c
fs/ext2/super.c
fs/ext4/super.c
fs/f2fs/super.c
fs/namei.c
fs/namespace.c
fs/romfs/super.c
fs/udf/super.c
fs/xfs/xfs_super.c
fs/zonefs/super.c
include/linux/fs.h