commit | a6b0d5c8dbfd428717fc4db4c36757783f391c7b | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Feb 20 20:53:43 2012 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Feb 23 10:43:45 2012 -0500 |
tree | fc3faaed8b1cf93c7dbe60af4c950be5edd9c8ad | |
parent | fe66a05a06795bd3b788404d69ea7709f46a1609 [diff] |
Btrfs: make sure we update latest_bdev When we are setting up the mount, we close all the devices that were not actually part of the metadata we found. But, we don't make sure that one of those devices wasn't fs_devices->latest_bdev, which means we can do a use after free on the one we closed. This updates latest_bdev as it goes. Signed-off-by: Chris Mason <chris.mason@oracle.com>