diff options
author | David Sterba <dsterba@suse.cz> | 2015-02-24 18:57:18 +0100 |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2015-03-12 17:31:10 +0100 |
commit | 3caad0eda3f36aadd1be4655d431814d2c0b21f7 (patch) | |
tree | 5a29eccd608959e699cea89c3584d0602a61439d /CREDITS | |
parent | 8607e6ba3f48a3bab9476c5afd2e3913387eadd7 (diff) | |
download | lwn-3caad0eda3f36aadd1be4655d431814d2c0b21f7.tar.gz lwn-3caad0eda3f36aadd1be4655d431814d2c0b21f7.zip |
btrfs: fix lost return value due to variable shadowing
commit 1932b7be973b554ffe20a5bba6ffaed6fa995cdc upstream.
A block-local variable stores error code but btrfs_get_blocks_direct may
not return it in the end as there's a ret defined in the function scope.
Fixes: d187663ef24c ("Btrfs: lock extents as we map them in DIO")
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions