floppy: remove now unused 'flags' variable
With the locking removed, it's unused. Kill it.
Fixes: 503f620f0c
("floppy: remove queue_lock around floppy_end_request")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Родитель
f5d72c5c55
Коммит
fce15a609f
|
@ -2231,7 +2231,6 @@ static void request_done(int uptodate)
|
||||||
{
|
{
|
||||||
struct request *req = current_req;
|
struct request *req = current_req;
|
||||||
struct request_queue *q;
|
struct request_queue *q;
|
||||||
unsigned long flags;
|
|
||||||
int block;
|
int block;
|
||||||
char msg[sizeof("request done ") + sizeof(int) * 3];
|
char msg[sizeof("request done ") + sizeof(int) * 3];
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче