Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188665
b: refs/heads/master
c: e0e3271
h: refs/heads/master
i:
  188663: 05d6d7e
v: v3
  • Loading branch information
Sage Weil committed Dec 23, 2009
1 parent 293f409 commit badd695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5dacf09121ffb2e5fc7d15b78cae0b77042a1935
refs/heads/master: e0e3271074e1ebd0b80a912a457ce03c971bcd66
3 changes: 2 additions & 1 deletion trunk/fs/ceph/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,8 @@ static void ceph_kill_sb(struct super_block *s)
dout("kill_sb %p\n", s);
ceph_mdsc_pre_umount(&client->mdsc);
kill_anon_super(s); /* will call put_super after sb is r/o */
bdi_unregister(&client->backing_dev_info);
if (s->s_bdi == &client->backing_dev_info)
bdi_unregister(&client->backing_dev_info);
bdi_destroy(&client->backing_dev_info);
ceph_destroy_client(client);
}
Expand Down

0 comments on commit badd695

Please sign in to comment.