summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4_fs.h
diff options
context:
space:
mode:
authorAndy Adamson2011-03-12 08:58:10 +0100
committerTrond Myklebust2011-03-24 20:49:48 +0100
commitef31153786bc1e4304e6b9422cc8b9efef455611 (patch)
tree32739af2c6b0f2ab0fdf05e84b674d94721ffa6d /fs/nfs/nfs4_fs.h
parentNFSv4.1 pnfs_layoutcommit_inode fixes (diff)
downloadkernel-qcow2-linux-ef31153786bc1e4304e6b9422cc8b9efef455611.tar.gz
kernel-qcow2-linux-ef31153786bc1e4304e6b9422cc8b9efef455611.tar.xz
kernel-qcow2-linux-ef31153786bc1e4304e6b9422cc8b9efef455611.zip
NFSv4.1 convert layoutcommit sync to boolean
Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r--fs/nfs/nfs4_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h
index 1e612d159b71..4414fd7e7d5e 100644
--- a/fs/nfs/nfs4_fs.h
+++ b/fs/nfs/nfs4_fs.h
@@ -263,7 +263,7 @@ extern int nfs4_init_session(struct nfs_server *server);
extern int nfs4_proc_get_lease_time(struct nfs_client *clp,
struct nfs_fsinfo *fsinfo);
extern int nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data,
- int sync);
+ bool sync);
static inline bool
is_ds_only_client(struct nfs_client *clp)