commit | 021d3a72459191a76e8e482ee4937ba6bc9fd712 | [log] [tgz] |
---|---|---|
author | J.Bruce Fields <bfields@fieldses.org> | Wed Dec 13 00:35:24 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 13 09:05:54 2006 -0800 |
tree | 91ce9262bac94a50f069016dae9ef8b4d88c8816 | |
parent | 6899320c2cefe5ae6b606f820ba8b762ba21f34a [diff] |
[PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdir This patch on its own causes no change in behavior, since nfsd_cross_mnt() only returns -EAGAIN; but in the future I'd like it to also be able to return -ETIMEDOUT, so we may as well handle any possible error here. 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>