commit | 32bf1deae15b67839a2f0cb233254125be73fc78 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue May 20 07:41:43 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue May 20 07:41:43 2014 +1000 |
tree | 9d98b04f02e5f42e4e8861de7107e6089732a227 | |
parent | f68a373525d26d1cd7920f9d5dbf0d3aa1b9b889 [diff] |
xfs: keep sb_bad_features2 the same a sb_features2 Whenever we update sb_features2, we need to update sb_bad_features2 so that they remain identical on disk. This prevents future mounts or userspace utilities from getting confused over which features the filesystem supports. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>