summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/upcall.h
diff options
context:
space:
mode:
authorMartin Brandenburg2017-01-26 16:25:30 +0100
committerMike Marshall2017-02-03 20:38:28 +0100
commit31c829f3647683cc37c14b3cccaad6197957f1d2 (patch)
tree286741b52724732258e5dd7e3474a7544c189469 /fs/orangefs/upcall.h
parentorangefs: silence harmless integer overflow warning (diff)
downloadkernel-qcow2-linux-31c829f3647683cc37c14b3cccaad6197957f1d2.tar.gz
kernel-qcow2-linux-31c829f3647683cc37c14b3cccaad6197957f1d2.tar.xz
kernel-qcow2-linux-31c829f3647683cc37c14b3cccaad6197957f1d2.zip
orangefs: Support readahead_readcnt parameter.
Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/upcall.h')
-rw-r--r--fs/orangefs/upcall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/orangefs/upcall.h b/fs/orangefs/upcall.h
index af0b0e36d559..b8249f8fdd80 100644
--- a/fs/orangefs/upcall.h
+++ b/fs/orangefs/upcall.h
@@ -182,6 +182,7 @@ enum orangefs_param_request_op {
ORANGEFS_PARAM_REQUEST_OP_READAHEAD_SIZE = 26,
ORANGEFS_PARAM_REQUEST_OP_READAHEAD_COUNT = 27,
ORANGEFS_PARAM_REQUEST_OP_READAHEAD_COUNT_SIZE = 28,
+ ORANGEFS_PARAM_REQUEST_OP_READAHEAD_READCNT = 29,
};
struct orangefs_param_request_s {