]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/9p/client.h
9p: add 9P2000.L statfs operation
[mirror_ubuntu-artful-kernel.git] / include / net / 9p / client.h
index 4f3760afc20fb52d19a09f679f3e16313fed707d..f83c0d99e592566499a264ee1407d0765993c40f 100644 (file)
@@ -195,6 +195,7 @@ struct p9_fid {
        struct list_head dlist; /* list of all fids attached to a dentry */
 };
 
+int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb);
 int p9_client_version(struct p9_client *);
 struct p9_client *p9_client_create(const char *dev_name, char *options);
 void p9_client_destroy(struct p9_client *clnt);