projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eaff8c
)
orangefs: add missing param request ops
author
Martin Brandenburg
<martin@omnibond.com>
Tue, 2 Aug 2016 20:33:00 +0000
(16:33 -0400)
committer
Martin Brandenburg
<martin@omnibond.com>
Mon, 8 Aug 2016 19:12:27 +0000
(15:12 -0400)
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
fs/orangefs/upcall.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/upcall.h
b/fs/orangefs/upcall.h
index 93965fb484e933e86044ceb4ba16ee6bb6c79f78..03a4360dcd385f1757c60cda7c69cd05a2945f38 100644
(file)
--- a/
fs/orangefs/upcall.h
+++ b/
fs/orangefs/upcall.h
@@
-179,6
+179,9
@@
enum orangefs_param_request_op {
ORANGEFS_PARAM_REQUEST_OP_CAPCACHE_SOFT_LIMIT = 23,
ORANGEFS_PARAM_REQUEST_OP_CAPCACHE_RECLAIM_PERCENTAGE = 24,
ORANGEFS_PARAM_REQUEST_OP_TWO_MASK_VALUES = 25,
+ ORANGEFS_PARAM_REQUEST_OP_READAHEAD_SIZE = 26,
+ ORANGEFS_PARAM_REQUEST_OP_READAHEAD_COUNT = 27,
+ ORANGEFS_PARAM_REQUEST_OP_READAHEAD_COUNT_SIZE = 28,
};
struct orangefs_param_request_s {