]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NFS: Fix a possible Oops in fs/nfs/super.c
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 2 Jan 2008 18:28:57 +0000 (13:28 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 3 Jan 2008 14:37:11 +0000 (09:37 -0500)
commite9cc6c234bfe414ef36f484e3ad8be621854c440
tree8f1b6bf16c9f6b340fa398d39f55bcc51be4f05e
parentb8c9a18712f7b617fda66d878ce3759c9e575ba0
NFS: Fix a possible Oops in fs/nfs/super.c

Sigh... commit 4584f520e1f773082ef44ff4f8969a5d992b16ec (NFS: Fix NFS
mountpoint crossing...) had a slight flaw: server can be NULL if sget()
returned an existing superblock.

Fix the fix by dereferencing s->s_fs_info.

Thanks to Coverity/Adrian Bunk and Frank Filz for spotting the bug.
(See http://bugzilla.kernel.org/show_bug.cgi?id=9647)

Also add in the same namespace Oops fix for NFSv4 in both the mountpoint
crossing case, and the referral case.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c