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 tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull ext4 bugfix from Ted Ts'o:
"Fix a regression introduced in v3.13-rc6"

* tag 'ext4_for_linus_stable' of http://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
ext4: fix bigalloc regression

+1 -1
+1 -1
fs/ext4/extents.c
··· 4218 4218 */ 4219 4219 map->m_flags &= ~EXT4_MAP_FROM_CLUSTER; 4220 4220 newex.ee_block = cpu_to_le32(map->m_lblk); 4221 - cluster_offset = EXT4_LBLK_CMASK(sbi, map->m_lblk); 4221 + cluster_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); 4222 4222 4223 4223 /* 4224 4224 * If we are doing bigalloc, check to see if the extent returned