Skip to content
Commit 7521a3c5 authored by Steve French's avatar Steve French
Browse files

[CIFS] Fix oops in cifs_create when nfsd server exports cifs mount



nfsd is passing null nameidata (probably the only one doing that)
on call to create - cifs was missing one check for this.

Note that running nfsd over a cifs mount requires specifying fsid on
the nfs exports entry and requires mounting cifs with serverino mount
option.

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent fb8c4b14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment