git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8c4b1
)
[CIFS] Fix oops in cifs_create when nfsd server exports cifs mount
author
Steve French
<sfrench@us.ibm.com>
Wed, 11 Jul 2007 18:30:34 +0000
(18:30 +0000)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 11 Jul 2007 18:30:34 +0000
(18:30 +0000)
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>
No differences found