commit | 75c195a2cac2c3c8366c0b87de2d6814c4f4d638 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Jul 27 15:57:44 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Wed Jul 27 16:11:41 2011 -0400 |
tree | 82ac06d2c8f3746a3d438853d03239311c2a71a1 | |
parent | 2cf8572dac62cc2ff7e995173e95b6c694401b3f [diff] |
Btrfs: make sure reserve_metadata_bytes doesn't leak out strange errors The btrfs transaction code will return any errors that come from reserve_metadata_bytes. We need to make sure we don't return funny things like 1 or EAGAIN. Signed-off-by: Chris Mason <chris.mason@oracle.com>