]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Sep 2021 19:38:18 +0000 (12:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Sep 2021 19:38:18 +0000 (12:38 -0700)
commit3d2723c54cafc239101db1231b89ccfdd219d504
treef98682de600e9b224f73412d855f5a40f635b5ca
parent6c2c548982804ef1ebf5f8a4e827ac1c628a7d49
parent596fd5d5db860acb65b39107b4acfe2f8e80f15b
Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull root filesystem type handling updates from Al Viro:
 "Teach init/do_mounts.c to handle non-block filesystems, hopefully
  preventing even more special-cased kludges (such as root=/dev/nfs,
  etc)"

* 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fs: simplify get_filesystem_list / get_all_fs_names
  init: allow mounting arbitrary non-blockdevice filesystems as root
  init: split get_fs_names
include/linux/fs.h
init/do_mounts.c