NFS: Fix a compile issue when !CONFIG_NFS_V4_1
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 4 Mar 2012 23:12:57 +0000 (18:12 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 5 Mar 2012 20:27:01 +0000 (15:27 -0500)
commit7e03b7cc0736eefe7471782c344112ad6eba951e
tree691426bfac629a9e463d543518e8223a5af4c7f0
parent91e56aaedd7ebceacde782a3921fadef4b5d0e1c
NFS: Fix a compile issue when !CONFIG_NFS_V4_1

The attempt to display the implementation ID needs to be conditional on
whether or not CONFIG_NFS_V4_1 is defined

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