commit | 8902dd526020748ccf16f753befc287b534fdefd | [log] [tgz] |
---|---|---|
author | Paulo Alcantara (SUSE) <pc@cjr.nz> | Tue Oct 01 14:10:27 2019 -0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 02 12:15:15 2019 -0400 |
tree | c30a26e411b134f218d2b7c6e26a279033b44d2c | |
parent | 1f6d768a09c61e2454d4d67aee91210301c72211 [diff] |
init: Support mounting root file systems over SMB Add a new virtual device named /dev/cifs (0xfe) to tell the kernel to mount the root file system over the network by using SMB protocol. cifs_root_data() will be responsible to retrieve the parsed information of the new command-line option (cifsroot=) and then call do_mount_root() with the appropriate mount options for cifs.ko. Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz> Signed-off-by: David S. Miller <davem@davemloft.net>