diff options
author | Andy Adamson <andros@netapp.com> | 2012-04-27 21:53:50 (GMT) |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-19 21:55:31 (GMT) |
commit | 0a57cdac3fb9d249f4fbbc745c01b9292ef8c1b7 (patch) | |
tree | 8fb264e116c6c29ae0ed38f8c8065074bc288f55 /fs/nfs/pnfs.c | |
parent | 671fb89695fee0c70a969371efd38ed30be76a8a (diff) | |
download | linux-0a57cdac3fb9d249f4fbbc745c01b9292ef8c1b7.tar.xz |
NFSv4.1 send layoutreturn to fence disconnected data server
Let the MDS know that you are redirecting I/O from pNFS to MDS.
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 16cc194..e48017f 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c @@ -692,6 +692,7 @@ out: dprintk("<-- %s status: %d\n", __func__, status); return status; } +EXPORT_SYMBOL_GPL(_pnfs_return_layout); bool pnfs_roc(struct inode *ino) { |