commit | 5c57b8b6a496641172328c4b71697656de8cebd5 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Apr 23 15:45:18 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:23:32 2018 +0200 |
tree | d2abe95a8900d0d5540567c567ef24dfb5a258e4 | |
parent | 025f2121488ec4362394c691d3e3b3576bd7868a [diff] |
btrfs: unify naming of flags variables for SETFLAGS and XFLAGS * The simple 'flags' refer to the btrfs inode * ... that's in 'binode * the FS_*_FL variables are 'fsflags' * the old copies of the variable are prefixed by 'old_' * Struct inode flags contain 'i_flags'. Signed-off-by: David Sterba <dsterba@suse.com>