commit | e9f9f61d0cdcb7f0b0b5feb2d84aa1c5894751f3 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@joshtriplett.org> | Mon Jun 07 12:15:08 2021 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 24 10:22:36 2021 -0400 |
tree | e3528f44a11d573a30ca88c6d7f53ebfe5c7bc79 | |
parent | 310c097c2bdbea253d6ee4e064f3e65580ef93ac [diff] |
ext4: consolidate checks for resize of bigalloc into ext4_resize_begin Two different places checked for attempts to resize a filesystem with the bigalloc feature. Move the check into ext4_resize_begin, which both places already call. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Link: https://lore.kernel.org/r/bee03303d999225ecb3bfa5be8576b2f4c6edbe6.1623093259.git.josh@joshtriplett.org Signed-off-by: Theodore Ts'o <tytso@mit.edu>