Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83439
b: refs/heads/master
c: ba6f867
h: refs/heads/master
i:
  83437: 08c3ec9
  83435: fd8a399
  83431: f0cb681
  83423: f28ac45
v: v3
  • Loading branch information
Qi Yong authored and Linus Torvalds committed Feb 6, 2008
1 parent b53d433 commit 891af32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 91f3f1e304f2e9ff2c8b9c76efd4fb8ff93110f7
refs/heads/master: ba6f867f114760d4e43f0f93abe280ee0a0d696e
1 change: 0 additions & 1 deletion trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ void __init bdev_cache_init(void)
if (err)
panic("Cannot register bdev pseudo-fs");
bd_mnt = kern_mount(&bd_type);
err = PTR_ERR(bd_mnt);
if (IS_ERR(bd_mnt))
panic("Cannot create bdev pseudo-fs");
blockdev_superblock = bd_mnt->mnt_sb; /* For writeback */
Expand Down

0 comments on commit 891af32

Please sign in to comment.