From 79b461a8e109fd4ff5267af544e59bed530279bc Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 10 Mar 2003 09:35:34 +0000 Subject: fix umount oops --- kernel/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/inode.c') diff --git a/kernel/inode.c b/kernel/inode.c index 0e33035..0cb8b65 100644 --- a/kernel/inode.c +++ b/kernel/inode.c @@ -64,10 +64,10 @@ static void fuse_put_super(struct super_block *sb) fc->sb = NULL; fc->uid = 0; fc->flags = 0; - fuse_release_conn(fc); - sb->u.generic_sbp = NULL; /* Flush all readers on this fs */ wake_up_all(&fc->waitq); + fuse_release_conn(fc); + sb->u.generic_sbp = NULL; spin_unlock(&fuse_lock); } -- cgit v1.2.3