commit | d2e73fcceb18570e82cf3f4725b9e4dbd6cb3c31 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Tue Jun 02 09:22:34 2015 -0600 |
committer | Jens Axboe <axboe@fb.com> | Tue Jun 02 09:22:34 2015 -0600 |
tree | 5a95b5529f60ff886ed769989f3ce38e7c7598fc | |
parent | e8a7abf5a5bd302a1e06a3c21a629eaa4cba57d6 [diff] |
buffer: remove unusued 'ret' variable Merge hickup on my part, due to a clash between the writeback changes and the EOPNOTSUPP removal in _submit_bh(). Signed-off-by: Jens Axboe <axboe@fb.com>
diff --git a/fs/buffer.c b/fs/buffer.c index aca687f..1cf7a53 100644 --- a/fs/buffer.c +++ b/fs/buffer.c
@@ -3020,7 +3020,6 @@ unsigned long bio_flags, struct writeback_control *wbc) { struct bio *bio; - int ret = 0; BUG_ON(!buffer_locked(bh)); BUG_ON(!buffer_mapped(bh));