commit | e2e694b9e6f3ec7deeb233b6b0fe20b6a47b304b | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 09 12:38:18 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 09 12:38:18 2021 -0700 |
tree | f98682de600e9b224f73412d855f5a40f635b5ca | |
parent | 7b7699c09f66f180b9a8a5010df352acb8683bfa [diff] | |
parent | 6e7c1770a212239e88ec01ddc7a741505bfd10e5 [diff] |
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