From: Steve French Date: Wed, 11 Jul 2007 18:30:34 +0000 (+0000) Subject: [CIFS] Fix oops in cifs_create when nfsd server exports cifs mount X-Git-Tag: v2.6.23-rc1~478^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7521a3c566dda7bb09576975324fc0a08a79ad14;p=pandora-kernel.git [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 --- Reading git-diff-tree failed