commit | 35c70103a528603afb538ffeafe40c7b8251b0fe | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Jun 15 19:51:51 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Wed Aug 16 16:12:04 2017 +0200 |
tree | 7d7619c776b612e8ca191a6b0a245e703c0fb878 | |
parent | 2dfeca9bfb0cdd9b18bdb8d222a5e5f1479c5ca2 [diff] |
btrfs: refactor find_device helper Polish the helper: * drop underscores, no special meaning here * pass fs_devices, as this is what the API implements * drop noinline, no apparent reason for such simple helper * constify uuid * add comment Signed-off-by: David Sterba <dsterba@suse.com>