commit | bd6c57dda666868abb222c1fa48e72f81db20e70 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Fri Jun 10 17:03:59 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Jul 26 13:54:22 2016 +0200 |
tree | bbdbbc50e46a2f9562ca647434d2112d6481717e | |
parent | f5ee5c9ac56cd328fcc915582f81226affebd81c [diff] |
btrfs: simpilify btrfs_subvol_inherit_props We just need a superblock, but we look it up using two different roots depending on the call site. Let's just use a superblock pointer initialized at the outset. This is mostly for Coccinelle not to choke on my root push up set. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>