]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c5eee21d7e752de9b384a1e1d922e99f25ae9be
tree691426bfac629a9e463d543518e8223a5af4c7f0
parent91df1e5fc5a6a3f7c827dca06868e81cc26faf54
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