aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/cmdline-parser.h
diff options
context:
space:
mode:
authorDave Hansen <dave.hansen@linux.intel.com>2014-01-08 20:17:46 -0700
committerJens Axboe <axboe@kernel.dk>2014-01-08 20:17:46 -0700
commit6753471c0cb4562aebb9c70beb74ccd392d49ee8 (patch)
tree3f3d62b47427bcd2104f5b345b27ef93874388b9 /include/linux/cmdline-parser.h
parentblk-mq: use __smp_call_function_single directly (diff)
downloadwireguard-linux-6753471c0cb4562aebb9c70beb74ccd392d49ee8.tar.xz
wireguard-linux-6753471c0cb4562aebb9c70beb74ccd392d49ee8.zip
blk-mq: uses page->list incorrectly
'struct page' has two list_head fields: 'lru' and 'list'. Conveniently, they are unioned together. This means that code can use them interchangably, which gets horribly confusing. The blk-mq made the logical decision to try to use page->list. But, that field was actually introduced just for the slub code. ->lru is the right field to use outside of slab/slub. Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Acked-by: David Rientjes <rientjes@google.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/cmdline-parser.h')
0 files changed, 0 insertions, 0 deletions