diff options
Diffstat (limited to 'include/net/9p/client.h')
-rw-r--r-- | include/net/9p/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 2ec93685e6db..6462eec435bc 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -238,6 +238,9 @@ int p9dirent_read(char *buf, int len, struct p9_dirent *dirent, | |||
238 | struct p9_wstat *p9_client_stat(struct p9_fid *fid); | 238 | struct p9_wstat *p9_client_stat(struct p9_fid *fid); |
239 | int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); | 239 | int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); |
240 | 240 | ||
241 | struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid, | ||
242 | u64 request_mask); | ||
243 | |||
241 | struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); | 244 | struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); |
242 | void p9_client_cb(struct p9_client *c, struct p9_req_t *req); | 245 | void p9_client_cb(struct p9_client *c, struct p9_req_t *req); |
243 | 246 | ||