]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] Fix oops in cifs_create when nfsd server exports cifs mount
authorSteve French <sfrench@us.ibm.com>
Wed, 11 Jul 2007 18:30:34 +0000 (18:30 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 11 Jul 2007 18:30:34 +0000 (18:30 +0000)
commit854712994d4c153352a9609e568db043ea40f6e7
tree2ba0405ea1a7f3f187c2434ef86000b1b65f2d01
parent96ae87b2b8fad764b29b6fdb9331607bdeac3639
[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>
fs/cifs/CHANGES
fs/cifs/README
fs/cifs/cifsfs.c
fs/cifs/dir.c
fs/cifs/export.c
fs/cifs/file.c