commit | 310712b2f73ac1da4c3a99fd9886e8b652727508 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Tue Jan 17 23:24:37 2017 -0800 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 14 15:50:58 2017 +0100 |
tree | 601e6457ce31dce18521cbfd51190501b0518c7d | |
parent | 4aaedfb0b68ca83471c5f10f1da7f0f4714080a1 [diff] |
Btrfs: constify struct btrfs_{,disk_}key wherever possible In a lot of places, it's unclear when it's safe to reuse a struct btrfs_key after it has been passed to a helper function. Constify these arguments wherever possible to make it obvious. Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>