commit | 819b23f1c501b17b9694325471789e6b5cc2d0d2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jun 13 23:00:48 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 13 23:00:48 2018 -0400 |
tree | 207be1b910f9777735a6fc92427ed8f95625b4f4 | |
parent | 513f86d73855ce556ea9522b6bfd79f87356dc3a [diff] |
ext4: always check block group bounds in ext4_init_block_bitmap() Regardless of whether the flex_bg feature is set, we should always check to make sure the bits we are setting in the block bitmap are within the block group bounds. https://bugzilla.kernel.org/show_bug.cgi?id=199865 Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org