| commit | 79b461a8e109fd4ff5267af544e59bed530279bc | [log] [tgz] |
|---|---|---|
| author | Miklos Szeredi <miklos@szeredi.hu> | Mon Mar 10 09:35:34 2003 +0000 |
| committer | Miklos Szeredi <miklos@szeredi.hu> | Mon Mar 10 09:35:34 2003 +0000 |
| tree | 4f8a42d649b0359dd93cc703c6cf4efc68562f07 | |
| parent | 941ae4c27d68b3a1948f491e4a6d6602fdfc7701 [diff] [blame] |
fix umount oops
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 @@ 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); }