summaryrefslogtreecommitdiffstats
path: root/fs/orangefs
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2016-08-02 16:33:00 -0400
committerMartin Brandenburg <martin@omnibond.com>2016-08-08 15:12:27 -0400
commita6dff80a964176daca0d41492a6ca280d2246324 (patch)
tree8e9b6f1bc9da05a7ef277f89cba6329ce16de371 /fs/orangefs
parent6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5 (diff)
downloadop-kernel-dev-a6dff80a964176daca0d41492a6ca280d2246324.zip
op-kernel-dev-a6dff80a964176daca0d41492a6ca280d2246324.tar.gz
orangefs: add missing param request ops
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/upcall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/orangefs/upcall.h b/fs/orangefs/upcall.h
index 93965fb..03a4360 100644
--- 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 {
OpenPOWER on IntegriCloud