mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
cifs: Add support for root file systems
Introduce a new CONFIG_CIFS_ROOT option to handle root file systems over a SMB share. In order to mount the root file system during the init process, make cifs.ko perform non-blocking socket operations while mounting and accessing it. Cc: Steve French <smfrench@gmail.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com> Signed-off-by: Paulo Alcantara (SUSE) <paulo@paulo.ac> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
committed by
Steve French
parent
0892ba693f
commit
8eecd1c2e5
@@ -8,6 +8,7 @@
|
||||
|
||||
enum {
|
||||
Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
|
||||
Root_CIFS = MKDEV(UNNAMED_MAJOR, 254),
|
||||
Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
|
||||
Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1),
|
||||
Root_FD0 = MKDEV(FLOPPY_MAJOR, 0),
|
||||
|
||||
Reference in New Issue
Block a user