commit | 7521a3c566dda7bb09576975324fc0a08a79ad14 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Wed Jul 11 18:30:34 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Wed Jul 11 18:30:34 2007 +0000 |
tree | 2ba0405ea1a7f3f187c2434ef86000b1b65f2d01 | |
parent | fb8c4b14d9259ba467241a7aaeb712caedce7ee8 [diff] |
[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: Steve French <sfrench@us.ibm.com>