NFS: Request fh_expire_type attribute in "server caps" operation
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Mar 2012 22:02:05 +0000 (17:02 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 2 Mar 2012 22:18:10 +0000 (17:18 -0500)
commit264e6351c59d22303582c45d79f0a5735f51d8d1
treee1e15aa257b54fc890d94eb4f874ab0606ac371c
parent81934ddb8eb62a85b8015c0f2b824a88510965a2
NFS: Request fh_expire_type attribute in "server caps" operation

The fh_expire_type file attribute is a filesystem wide attribute that
consists of flags that indicate what characteristics file handles
on this FSID have.

Our client doesn't support volatile file handles.  It should find
out early (say, at mount time) whether the server is going to play
shenanighans with file handles during a migration.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
include/linux/nfs_fs_sb.h
include/linux/nfs_xdr.h