Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba6f867f authored by Qi Yong's avatar Qi Yong Committed by Linus Torvalds
Browse files

kill an unused PTR_ERR in bdev_cache_init()

parent 91f3f1e3
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -534,7 +534,6 @@ void __init bdev_cache_init(void)
	if (err)
	if (err)
		panic("Cannot register bdev pseudo-fs");
		panic("Cannot register bdev pseudo-fs");
	bd_mnt = kern_mount(&bd_type);
	bd_mnt = kern_mount(&bd_type);
	err = PTR_ERR(bd_mnt);
	if (IS_ERR(bd_mnt))
	if (IS_ERR(bd_mnt))
		panic("Cannot create bdev pseudo-fs");
		panic("Cannot create bdev pseudo-fs");
	blockdev_superblock = bd_mnt->mnt_sb;	/* For writeback */
	blockdev_superblock = bd_mnt->mnt_sb;	/* For writeback */