diff options
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r-- | kernel/fuse_i.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 8b13d65..1543553 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -202,9 +202,6 @@ struct fuse_req { /** The request is preallocated */ unsigned preallocated:1; - /** The request is not accounted via outstanding_{sem,debt} */ - unsigned unaccounted:1; - /** The request was interrupted */ unsigned interrupted:1; @@ -340,12 +337,6 @@ struct fuse_conn { /** Is removexattr not implemented by fs? */ unsigned no_removexattr : 1; - /** Are file locking primitives not implemented by fs? */ - unsigned no_lk : 1; - - /** Is access not implemented by fs? */ - unsigned no_access : 1; - #ifdef KERNEL_2_6 /** Backing dev info */ struct backing_dev_info bdi; |