NFS: Fix NFS mountpoint crossing...
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Dec 2007 00:01:45 +0000 (19:01 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Dec 2007 00:01:45 +0000 (19:01 -0500)
commit4584f520e1f773082ef44ff4f8969a5d992b16ec
tree29621145a58f6073bdac2e42d38271a550b0d679
parent75b8c133267053c9986a7c8db5131f0e7349e806
NFS: Fix NFS mountpoint crossing...

The check that was added to nfs_xdev_get_sb() to work around broken
servers, works fine for NFSv2, but causes mountpoint crossing on NFSv3 to
always return ESTALE.

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