commit | 7e1876aca815029d5c3023a66a91e249eca3e533 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Wed Feb 05 15:26:17 2014 +0100 |
committer | David Sterba <dsterba@suse.cz> | Wed Nov 12 16:53:13 2014 +0100 |
tree | 95b45315399590654ef882d2f55cb9944d732598 | |
parent | 6b5fe46dfa52441f49c7432b1c1b1cb767834708 [diff] |
btrfs: switch inode_cache option handling to pending changes The pending mount option(s) now share namespace and bits with the normal options, and the existing one for (inode_cache) is unset unconditionally at each transaction commit. Introduce a separate namespace for pending changes and enhance the descriptions of the intended change to use separate bits for each action. Signed-off-by: David Sterba <dsterba@suse.cz>