aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inode.c')
-rw-r--r--kernel/inode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/inode.c b/kernel/inode.c
index df402ba..0f5fc8c 100644
--- a/kernel/inode.c
+++ b/kernel/inode.c
@@ -64,6 +64,8 @@ static void fuse_put_super(struct super_block *sb)
fc->flags = 0;
fuse_release_conn(fc);
sb->u.generic_sbp = NULL;
+ /* Flush all readers on this fs */
+ wake_up_all(&fc->waitq);
spin_unlock(&fuse_lock);
}