mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 18:07:46 +00:00
In the case where an open creates the file, we shouldn't be rechecking permissions to open the file; the open succeeds regardless of what the new file's mode bits say. This patch fixes the problem, but only by introducing yet another parameter to nfsd_create_v3. This is ugly. This will be fixed by later patches. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Acked-by: Neil Brown <neilb@suse.de> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| auth.h | ||
| cache.h | ||
| const.h | ||
| debug.h | ||
| export.h | ||
| interface.h | ||
| Kbuild | ||
| nfsd.h | ||
| nfsfh.h | ||
| state.h | ||
| stats.h | ||
| syscall.h | ||
| xdr3.h | ||
| xdr4.h | ||
| xdr.h | ||