From: J.Bruce Fields Date: Wed, 13 Dec 2006 08:35:21 +0000 (-0800) Subject: [PATCH] knfsd: nfsd: make exp_rootfh handle exp_parent errors X-Git-Tag: v2.6.20-rc1~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b41bd85d5f93af37c2730df172aeb54280be7c3;p=pandora-kernel.git [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 Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed