commit | 4b41bd85d5f93af37c2730df172aeb54280be7c3 | [log] [tgz] |
---|---|---|
author | J.Bruce Fields <bfields@fieldses.org> | Wed Dec 13 00:35:21 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 13 09:05:53 2006 -0800 |
tree | 2560c8645658706c386dddb498c6a824cfa2345b | |
parent | e57101991156aaba97c630f38e880f0d4012edcd [diff] |
[PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errors Since exp_parent can fail by returning an error (-EAGAIN) in addition to by returning NULL, we should check for that case in exp_rootfh. (TODO: we should check that userland handles these errors too.) Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>