diff options
Diffstat (limited to 'include/net/9p/client.h')
-rw-r--r-- | include/net/9p/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index c70a0f0b448d..bb8b0ede132d 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -203,7 +203,6 @@ int p9_client_clunk(struct p9_fid *fid); | |||
203 | int p9_client_remove(struct p9_fid *fid); | 203 | int p9_client_remove(struct p9_fid *fid); |
204 | int p9_client_read(struct p9_fid *fid, char *data, char __user *udata, | 204 | int p9_client_read(struct p9_fid *fid, char *data, char __user *udata, |
205 | u64 offset, u32 count); | 205 | u64 offset, u32 count); |
206 | int p9_client_readn(struct p9_fid *fid, char *data, u64 offset, u32 count); | ||
207 | int p9_client_write(struct p9_fid *fid, char *data, const char __user *udata, | 206 | int p9_client_write(struct p9_fid *fid, char *data, const char __user *udata, |
208 | u64 offset, u32 count); | 207 | u64 offset, u32 count); |
209 | struct p9_stat *p9_client_stat(struct p9_fid *fid); | 208 | struct p9_stat *p9_client_stat(struct p9_fid *fid); |