nfs: remove unneeded NULL pointer check in nfs4_remote_mount
authorJeff Layton <jlayton@redhat.com>
Tue, 24 Jan 2012 16:35:00 +0000 (16:35 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Feb 2012 00:28:23 +0000 (19:28 -0500)
commitc15c928f36a2710746c2b945067215f436f45544
tree72a98e6f683920845627b9294e0e27a7b496bd96
parentd3b773e4fd80524ac27802fcf11cfd9ed1d5491f
nfs: remove unneeded NULL pointer check in nfs4_remote_mount

"data" is never NULL here.

Reported-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c