commit | afcdd129e05a9210a5d19d4aa6e0afa475fc49e2 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Fri Sep 02 15:40:02 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 26 17:59:49 2016 +0200 |
tree | 76ed00c65a4156d82101d02f1de662b374a05e1d | |
parent | ba8b04c1d4adbc66f3653e3de5bd6c74a9a003bf [diff] |
Btrfs: add a flags field to btrfs_fs_info We have a lot of random ints in btrfs_fs_info that can be put into flags. This is mostly equivalent with the exception of how we deal with quota going on or off, now instead we set a flag when we are turning it on or off and deal with that appropriately, rather than just having a pending state that the current quota_enabled gets set to. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>