diff options
Diffstat (limited to 'fs/fuse/inode.c')
-rw-r--r-- | fs/fuse/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c index d7aaffe979dd..d6a09fdaa941 100644 --- a/fs/fuse/inode.c +++ b/fs/fuse/inode.c | |||
@@ -200,6 +200,7 @@ static void fuse_put_super(struct super_block *sb) | |||
200 | 200 | ||
201 | spin_lock(&fuse_lock); | 201 | spin_lock(&fuse_lock); |
202 | fc->mounted = 0; | 202 | fc->mounted = 0; |
203 | fc->connected = 0; | ||
203 | /* Flush all readers on this fs */ | 204 | /* Flush all readers on this fs */ |
204 | wake_up_all(&fc->waitq); | 205 | wake_up_all(&fc->waitq); |
205 | up_write(&fc->sbput_sem); | 206 | up_write(&fc->sbput_sem); |