|
@@ -229,7 +229,7 @@ int p9_client_symlink(struct p9_fid *fid, char *name, char *symname, gid_t gid,
|
|
int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode,
|
|
int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode,
|
|
gid_t gid, struct p9_qid *qid);
|
|
gid_t gid, struct p9_qid *qid);
|
|
int p9_client_clunk(struct p9_fid *fid);
|
|
int p9_client_clunk(struct p9_fid *fid);
|
|
-int p9_client_fsync(struct p9_fid *fid);
|
|
|
|
|
|
+int p9_client_fsync(struct p9_fid *fid, int datasync);
|
|
int p9_client_remove(struct p9_fid *fid);
|
|
int p9_client_remove(struct p9_fid *fid);
|
|
int p9_client_read(struct p9_fid *fid, char *data, char __user *udata,
|
|
int p9_client_read(struct p9_fid *fid, char *data, char __user *udata,
|
|
u64 offset, u32 count);
|
|
u64 offset, u32 count);
|