Commit 4293dac3 authored by Linus Torvalds's avatar Linus Torvalds

Automerge

parents 3b5ebe0a 712ce6b7
......@@ -1078,6 +1078,7 @@ int lmLogOpen(struct super_block *sb, log_t ** logptr)
*/
log->sb = sb; /* This should be a list */
log->bdev = sb->s_bdev;
log->flag = JFS_INLINELOG;
log->base = addressPXD(&JFS_SBI(sb)->logpxd);
log->size = lengthPXD(&JFS_SBI(sb)->logpxd) >>
......
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