From 6a9270075858a0586bc1a8415263e8d1134550f6 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 20 May 2015 09:54:35 -0600 Subject: [PATCH] loop: remove (now) unused 'out' label gcc, righfully, complains: drivers/block/loop.c:1369:1: warning: label 'out' defined but not used [-Wunused-label] Kill it. Signed-off-by: Jens Axboe --- Reading git-format-patch failed