diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index bcb453f68111..e6381db41df9 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -246,8 +246,8 @@ struct fuse_conn { | |||
246 | /** Mount is active */ | 246 | /** Mount is active */ |
247 | unsigned mounted : 1; | 247 | unsigned mounted : 1; |
248 | 248 | ||
249 | /** Connection established, cleared on umount and device | 249 | /** Connection established, cleared on umount, connection |
250 | release */ | 250 | abort and device release */ |
251 | unsigned connected : 1; | 251 | unsigned connected : 1; |
252 | 252 | ||
253 | /** Connection failed (version mismatch) */ | 253 | /** Connection failed (version mismatch) */ |
@@ -463,6 +463,9 @@ void request_send_background(struct fuse_conn *fc, struct fuse_req *req); | |||
463 | */ | 463 | */ |
464 | void fuse_release_background(struct fuse_req *req); | 464 | void fuse_release_background(struct fuse_req *req); |
465 | 465 | ||
466 | /* Abort all requests */ | ||
467 | void fuse_abort_conn(struct fuse_conn *fc); | ||
468 | |||
466 | /** | 469 | /** |
467 | * Get the attributes of a file | 470 | * Get the attributes of a file |
468 | */ | 471 | */ |