From: Eric Van Hensbergen Date: Fri, 9 Sep 2005 20:04:27 +0000 (-0700) Subject: [PATCH] v9fs: readlink extended mode check X-Git-Tag: v2.6.14-rc1~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b501611a6f78558eafcf09b228abd866d4ea5d9f;p=pandora-kernel.git [PATCH] v9fs: readlink extended mode check LANL reported some issues with random crashes during mount of legacy protocol servers (9P2000 versus 9P2000.u) -- crash was always happening in readlink (which should never happen in legacy mode). Added some sanity conditionals to the get_inode code which should prevent the errors LANL was seeing. Code tested benign through regression. Signed-off-by: Eric Van Hensbergen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed