Re: [PATCH v2 1/3] cifs: Add support for root file systems

2019-09-23 Thread David Miller
Please resubmit this series when the net-next tree opens back up, and also with an appropriate "[PATCH 0/N]" header posting explaining what the patch series is doing, how it is doing it, and why it is doing it that way. Thank you.

Re: [PATCH v2 1/3] cifs: Add support for root file systems

2019-09-20 Thread Paulo Alcantara
"Paulo Alcantara (SUSE)" writes: > 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. > > Signed-off-by

[PATCH v2 1/3] cifs: Add support for root file systems

2019-09-19 Thread Paulo Alcantara (SUSE)
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. Signed-off-by: Paulo Alcantara (SUSE) Signed-off-by: Aurelien