Skip to content
Snippets Groups Projects
Commit a0e96f30 authored by Filippos Giannakos's avatar Filippos Giannakos
Browse files

xseg: Add X_UPDATE op

parent 7e6e14ee
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,7 @@ struct xseg_task { ...@@ -215,6 +215,7 @@ struct xseg_task {
#define X_CREATE 18 #define X_CREATE 18
#define X_RENAME 19 #define X_RENAME 19
#define X_FLUSH 20 #define X_FLUSH 20
#define X_UPDATE 21
/* REQ FLAGS */ /* REQ FLAGS */
#define XF_NOSYNC (1 << 0) #define XF_NOSYNC (1 << 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment