commit | 77b5a08427e87514c33730afc18cd02c9475e2c3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Fri Mar 06 08:37:46 2015 -0700 |
committer | Jens Axboe <axboe@fb.com> | Sat Jul 11 09:57:32 2015 -0600 |
tree | b0d325533280f47253871044e875c0f71a369896 | |
parent | 06b285bd11257bccc5a1b85a835507e33656aff2 [diff] |
bcache: don't embed 'return' statements in closure macros This is horribly confusing, it breaks the flow of the code without it being apparent in the caller. Signed-off-by: Jens Axboe <axboe@fb.com> Acked-by: Christoph Hellwig <hch@lst.de>