From: Martin Brandenburg Date: Tue, 2 Aug 2016 20:33:00 +0000 (-0400) Subject: orangefs: add missing param request ops X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6dff80a964176daca0d41492a6ca280d2246324;p=linux-beck.git orangefs: add missing param request ops Signed-off-by: Martin Brandenburg --- diff --git a/fs/orangefs/upcall.h b/fs/orangefs/upcall.h index 93965fb484e9..03a4360dcd38 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 {