]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/btrfs/super.c
btrfs: switch inode_cache option handling to pending changes
authorDavid Sterba <dsterba@suse.cz>
Wed, 5 Feb 2014 14:26:17 +0000 (15:26 +0100)
committerDavid Sterba <dsterba@suse.cz>
Wed, 12 Nov 2014 15:53:13 +0000 (16:53 +0100)
commit7e1876aca815029d5c3023a66a91e249eca3e533
tree95b45315399590654ef882d2f55cb9944d732598
parent6b5fe46dfa52441f49c7432b1c1b1cb767834708
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>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/inode-map.c
fs/btrfs/super.c
fs/btrfs/transaction.c