diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-02-08 10:31:05 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-03-01 16:20:16 -0500 |
commit | 3eb86093ea400c58f444eac0debcf6c50d617418 (patch) | |
tree | 923b14cc86d91844139988708e37b184158446ae /fs/nfs/nfs42.h | |
parent | a79f194aa4879e9baad118c3f8bb2ca24dbef765 (diff) | |
download | linux-3eb86093ea400c58f444eac0debcf6c50d617418.tar.gz linux-3eb86093ea400c58f444eac0debcf6c50d617418.tar.bz2 linux-3eb86093ea400c58f444eac0debcf6c50d617418.zip |
NFSv4.2: Add client support for the generic 'layouterror' RPC call
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs/nfs42.h')
-rw-r--r-- | fs/nfs/nfs42.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/nfs42.h b/fs/nfs/nfs42.h index 19ec38f85ce0..901cca7542f9 100644 --- a/fs/nfs/nfs42.h +++ b/fs/nfs/nfs42.h @@ -20,5 +20,8 @@ loff_t nfs42_proc_llseek(struct file *, loff_t, int); int nfs42_proc_layoutstats_generic(struct nfs_server *, struct nfs42_layoutstat_data *); int nfs42_proc_clone(struct file *, struct file *, loff_t, loff_t, loff_t); +int nfs42_proc_layouterror(struct pnfs_layout_segment *lseg, + const struct nfs42_layout_error *errors, + size_t n); #endif /* __LINUX_FS_NFS_NFS4_2_H */ |