summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Brandenburg <martin@omnibond.com>2016-08-02 20:33:00 (GMT)
committerMartin Brandenburg <martin@omnibond.com>2016-08-08 19:12:27 (GMT)
commita6dff80a964176daca0d41492a6ca280d2246324 (patch)
tree8e9b6f1bc9da05a7ef277f89cba6329ce16de371
parent6eaff8c7775abcdff5ba7c9f0305f4ccdca57ba5 (diff)
downloadlinux-a6dff80a964176daca0d41492a6ca280d2246324.tar.xz
orangefs: add missing param request ops
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
-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 {