commit | c12e87f4652b1ba3be168b4f63a440399b941928 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 13 21:20:47 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Mar 14 07:57:18 2006 -0800 |
tree | aa8c0ca6a6ea60042975d1ec9437620269df0182 | |
parent | 712917d1c002f820b177683f4fd491289bde3c32 [diff] |
[PATCH] NFSv4: fix mount segfault on errors returned that are < -1000 It turns out that nfs4_proc_get_root() may return raw NFSv4 errors instead of mapping them to kernel errors. Problem spotted by Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>