Commit 2b85d1d5 authored by Oleg Drokin's avatar Oleg Drokin

journal.c:

  reiserfs: transaction replay status report, using bdevname instead of __bdevname.
parent 656dc146
...@@ -1659,7 +1659,7 @@ static int journal_read(struct super_block *p_s_sb) { ...@@ -1659,7 +1659,7 @@ static int journal_read(struct super_block *p_s_sb) {
cur_dblock = SB_ONDISK_JOURNAL_1st_BLOCK(p_s_sb) ; cur_dblock = SB_ONDISK_JOURNAL_1st_BLOCK(p_s_sb) ;
printk("reiserfs: checking transaction log (%s) for (%s)\n", printk("reiserfs: checking transaction log (%s) for (%s)\n",
__bdevname(SB_JOURNAL_DEV(p_s_sb)), reiserfs_bdevname(p_s_sb)); bdevname(SB_JOURNAL(p_s_sb)->j_dev_bd), reiserfs_bdevname(p_s_sb));
start = CURRENT_TIME ; start = CURRENT_TIME ;
/* step 1, read in the journal header block. Check the transaction it says /* step 1, read in the journal header block. Check the transaction it says
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment