diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index ffbcadaa7d67..b24fc9b386f8 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -320,6 +320,9 @@ struct fuse_conn { | |||
320 | /** Do readpages asynchronously? Only set in INIT */ | 320 | /** Do readpages asynchronously? Only set in INIT */ |
321 | unsigned async_read : 1; | 321 | unsigned async_read : 1; |
322 | 322 | ||
323 | /** Do not send separate SETATTR request before open(O_TRUNC) */ | ||
324 | unsigned atomic_o_trunc : 1; | ||
325 | |||
323 | /* | 326 | /* |
324 | * The following bitfields are only for optimization purposes | 327 | * The following bitfields are only for optimization purposes |
325 | * and hence races in setting them will not cause malfunction | 328 | * and hence races in setting them will not cause malfunction |