commit | 9549a168bd500db1a76914e50775f7cd1690acef | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Feb 05 01:27:48 2017 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Feb 05 01:27:48 2017 -0500 |
tree | 14d7bb4dd3e71e4ef1cb9d31792b02da92416d39 | |
parent | 4753d8a24d4588657bc0a4cd66d4e282dff15c8c [diff] |
ext4: rename s_resize_flags to s_ext4_flags We are currently using one bit in s_resize_flags; rename it in order to allow more of the bits in that unsigned long for other purposes. Signed-off-by: Theodore Ts'o <tytso@mit.edu>