Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull ext2 fix from Jan Kara:
"One simple fix of oops in ext2 which was recently hit by Christoph"

* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
ext2: Fix oops in ext2_get_block() called from ext2_quota_write()

+1
+1
fs/ext2/super.c
··· 1493 1493 sb->s_blocksize - offset : towrite; 1494 1494 1495 1495 tmp_bh.b_state = 0; 1496 + tmp_bh.b_size = sb->s_blocksize; 1496 1497 err = ext2_get_block(inode, blk, &tmp_bh, 1); 1497 1498 if (err < 0) 1498 1499 goto out;