summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/orangefs-kernel.h
diff options
context:
space:
mode:
authorMartin Brandenburg2018-02-15 20:38:01 +0100
committerMike Marshall2019-05-03 20:32:38 +0200
commit0dcac0f7812b2c09ed018a5eba91448a37f1b71b (patch)
tree328770c9fe2e475d1182e43913b6be647ac5a12d /fs/orangefs/orangefs-kernel.h
parentorangefs: remove orangefs_readpages (diff)
downloadkernel-qcow2-linux-0dcac0f7812b2c09ed018a5eba91448a37f1b71b.tar.gz
kernel-qcow2-linux-0dcac0f7812b2c09ed018a5eba91448a37f1b71b.tar.xz
kernel-qcow2-linux-0dcac0f7812b2c09ed018a5eba91448a37f1b71b.zip
orangefs: service ops done for writeback are not killable
Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r--fs/orangefs/orangefs-kernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h
index a74d9e8c5f9e..46b9ad1d2a9b 100644
--- a/fs/orangefs/orangefs-kernel.h
+++ b/fs/orangefs/orangefs-kernel.h
@@ -442,6 +442,7 @@ extern const struct dentry_operations orangefs_dentry_operations;
#define ORANGEFS_OP_CANCELLATION 4 /* this is a cancellation */
#define ORANGEFS_OP_NO_MUTEX 8 /* don't acquire request_mutex */
#define ORANGEFS_OP_ASYNC 16 /* Queue it, but don't wait */
+#define ORANGEFS_OP_WRITEBACK 32
int service_operation(struct orangefs_kernel_op_s *op,
const char *op_name,