projects
/
strace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021f2f3
)
Update RWF_* constants
author
Dmitry V. Levin
<ldv@altlinux.org>
Mon, 4 Jul 2016 22:37:38 +0000
(22:37 +0000)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Mon, 4 Jul 2016 22:37:38 +0000
(22:37 +0000)
* xlat/rwf_flags.in: Add RWF_DSYNC and RWF_SYNC introduced
by linux kernel commit v4.7-rc1~158^2~1.
xlat/rwf_flags.in
patch
|
blob
|
history
diff --git
a/xlat/rwf_flags.in
b/xlat/rwf_flags.in
index 2f97916fa8ace3f20051f79e026d105497d6ddf6..2e7544590e2dc7da43a1405a03b997d14a8e268e 100644
(file)
--- a/
xlat/rwf_flags.in
+++ b/
xlat/rwf_flags.in
@@
-1
+1,3
@@
-RWF_HIPRI 1
+RWF_HIPRI 1
+RWF_DSYNC 2
+RWF_SYNC 4