diff options
author | Andy Adamson <andros@netapp.com> | 2010-10-20 00:18:04 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-10-24 18:07:11 -0400 |
commit | 16b374ca439fb406e46e071f75428f5b033056f8 (patch) | |
tree | 72a66e452936561151b8b62069763cb4f0434b39 /fs/nfs/client.c | |
parent | b1f69b754ee312ec75f2c7ead0e6851cd9598cc2 (diff) | |
download | blackbird-obmc-linux-16b374ca439fb406e46e071f75428f5b033056f8.tar.gz blackbird-obmc-linux-16b374ca439fb406e46e071f75428f5b033056f8.zip |
NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastructure
Implement the driver's io_ops->alloc_lseg and free_lseg functions,
which integrate into the deviceid cache and calls out to
nfs4_proc_getdeviceinfo when necessary.
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Dean Hildebrand <dhildebz@umich.edu>
Signed-off-by: Marc Eshel <eshel@almaden.ibm.com>
Signed-off-by: Mike Sager <sager@netapp.com>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Ricardo Labiaga <ricardo.labiaga@netapp.com>
Signed-off-by: Tao Guo <guotao@nrchpc.ac.cn>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/client.c')
-rw-r--r-- | fs/nfs/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c index e55ad211dbed..8934b2e339df 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c @@ -255,6 +255,7 @@ void nfs_put_client(struct nfs_client *clp) nfs_free_client(clp); } } +EXPORT_SYMBOL_GPL(nfs_put_client); #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) /* |