Tag: f6454b049d81bb3d732b6a8afde08420589c6af9

block: fix returnvar.cocci warnings

Author: Julia Lawall <julia.lawall@lip6.fr> Remove unneeded variable used to store return value. Generated by: scripts/coccinelle/misc/returnvar.cocci Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall Signed-off-by: Jens Axboe — fs/buffer.c | 3 +– 1 file changed, 1 insertion(+), 2 deletions(-)   diff –git a/fs/buffer.c b/fs/buffer.c index efd85e0..f96173a 100644 — a/fs/buffer.c +++ b/fs/buffer.c @@ -2996,7 +2996,6 @@ void guard_bio_eod(int rw, …

Continue reading