net/9p: Implement TXATTRCREATE 9p call
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / include / net / 9p / client.h
index 60398b1a3f75b6bfa3d255fef2f3ed6b988a90be..d1aa2cfb30f0f46b915e55118a29e7a8e91fe7e7 100644 (file)
@@ -261,5 +261,6 @@ void p9stat_free(struct p9_wstat *);
 int p9_is_proto_dotu(struct p9_client *clnt);
 int p9_is_proto_dotl(struct p9_client *clnt);
 struct p9_fid *p9_client_xattrwalk(struct p9_fid *, const char *, u64 *);
+int p9_client_xattrcreate(struct p9_fid *, const char *, u64, int);
 
 #endif /* NET_9P_CLIENT_H */