We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506aa23 commit 455281cCopy full SHA for 455281c
drivers/block/loop.c
@@ -824,7 +824,7 @@ static void loop_queue_work(struct loop_device *lo, struct loop_cmd *cmd)
824
if (worker)
825
goto queue_work;
826
827
- worker = kzalloc(sizeof(struct loop_worker), GFP_NOWAIT | __GFP_NOWARN);
+ worker = kzalloc(sizeof(struct loop_worker), GFP_NOWAIT);
828
/*
829
* In the event we cannot allocate a worker, just queue on the
830
* rootcg worker and issue the I/O as the rootcg
0 commit comments