Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45908
b: refs/heads/master
c: ff79544
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Jan 30, 2007
1 parent 8772e2b commit f0ff2c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 436d1654b341e55a73cada13cce3142b619f23bb
refs/heads/master: ff79544754631cf3d237ff47b7d0e7ab2d211fcf
4 changes: 4 additions & 0 deletions trunk/fs/fuse/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,12 @@ static int fuse_ctl_get_sb(struct file_system_type *fs_type, int flags,

static void fuse_ctl_kill_sb(struct super_block *sb)
{
struct fuse_conn *fc;

mutex_lock(&fuse_mutex);
fuse_control_sb = NULL;
list_for_each_entry(fc, &fuse_conn_list, entry)
fc->ctl_ndents = 0;
mutex_unlock(&fuse_mutex);

kill_litter_super(sb);
Expand Down

0 comments on commit f0ff2c1

Please sign in to comment.