Allow mknod and mkfifo on SMB2/SMB3 mounts
authorSteve French <smfrench@gmail.com>
Mon, 22 Sep 2014 10:13:55 +0000 (05:13 -0500)
committerSteve French <smfrench@gmail.com>
Thu, 16 Oct 2014 20:20:19 +0000 (15:20 -0500)
commitdb8b631d4bc4eaa9f7e13a6b0a287306cac0cb72
treee18c8eb5f156c9a201ba432e3c963c13110d8ad8
parent73322979097f287101617904dd08180feaa658b4
Allow mknod and mkfifo on SMB2/SMB3 mounts

The "sfu" mount option did not work on SMB2/SMB3 mounts.
With these changes when the "sfu" mount option is passed in
on an smb2/smb2.1/smb3 mount the client can emulate (and
recognize) fifo and device (character and device files).

In addition the "sfu" mount option should not conflict
with "mfsymlinks" (symlink emulation) as we will never
create "sfu" style symlinks, but using "sfu" mount option
will allow us to recognize existing symlinks, created with
Microsoft "Services for Unix" (SFU and SUA).

To enable the "sfu" mount option for SMB2/SMB3 the calling
syntax of the generic cifs/smb2/smb3 sync_read and sync_write
protocol dependent function needed to be changed (we
don't have a file struct in all cases), but this actually
ended up simplifying the code a little.

Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/dir.c
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c