Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144815
b: refs/heads/master
c: ddbaaf3
h: refs/heads/master
i:
  144813: 0fb7e14
  144811: 5bbffd1
  144807: 989a6f4
  144799: 4cdbfd2
v: v3
  • Loading branch information
H Hartley Sweeten authored and Al Viro committed May 9, 2009
1 parent eabe43c commit 2ccf3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 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: db6c1fbb92eeb4cb52c6133e0c533602f49fc4bd
refs/heads/master: ddbaaf3024d764ced700efb2d818709b90ea6fdd
2 changes: 1 addition & 1 deletion trunk/fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ void kill_block_super(struct super_block *sb)
struct block_device *bdev = sb->s_bdev;
fmode_t mode = sb->s_mode;

bdev->bd_super = 0;
bdev->bd_super = NULL;
generic_shutdown_super(sb);
sync_blockdev(bdev);
close_bdev_exclusive(bdev, mode);
Expand Down

0 comments on commit 2ccf3ef

Please sign in to comment.