Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2e73fcc authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJens Axboe <axboe@fb.com>
parent e8a7abf5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3020,7 +3020,6 @@ static int submit_bh_wbc(int rw, struct buffer_head *bh,
			 unsigned long bio_flags, struct writeback_control *wbc)
{
	struct bio *bio;
	int ret = 0;

	BUG_ON(!buffer_locked(bh));
	BUG_ON(!buffer_mapped(bh));