Searched hist:"088406 bcf66d6c7fd8a5c04c00aa410ae9077403" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | diff 088406bcf66d6c7fd8a5c04c00aa410ae9077403 Wed Nov 08 19:44:59 CST 2006 J. Bruce Fields <bfields@fieldses.org> [PATCH] nfsd: fix spurious error return from nfsd_create in async case
Commit 6264d69d7df654ca64f625e9409189a0e50734e9 modified the nfsd_create() error handling in such a way that nfsd_create will usually return nfserr_perm even when succesful, if the export has the async export option.
This introduced a regression that could cause mkdir() to always return a permissions error, even though the directory in question was actually succesfully created.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Acked-by: NeilBrown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|