aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index f7c74516f3a6..fd65e75e1622 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -159,8 +159,8 @@ struct fuse_req {
159 /** Force sending of the request even if interrupted */ 159 /** Force sending of the request even if interrupted */
160 unsigned force:1; 160 unsigned force:1;
161 161
162 /** The request was interrupted */ 162 /** The request was aborted */
163 unsigned interrupted:1; 163 unsigned aborted:1;
164 164
165 /** Request is sent in the background */ 165 /** Request is sent in the background */
166 unsigned background:1; 166 unsigned background:1;