diff options
author | Jens Axboe <axboe@fb.com> | 2014-05-28 10:18:51 -0600 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-05-28 10:18:51 -0600 |
commit | 0fb662e2250afdf2c54253dbf2063dc9d8369b69 (patch) | |
tree | 6a1014ab27531dae2702894e9e3cb6cdad9f0d60 /block/blk-mq-cpu.c | |
parent | 6178976500ae61fa7b12ebb2d3de816dc9396388 (diff) | |
parent | cdef54dd85ad66e77262ea57796a3e81683dd5d6 (diff) | |
download | talos-obmc-linux-0fb662e2250afdf2c54253dbf2063dc9d8369b69.tar.gz talos-obmc-linux-0fb662e2250afdf2c54253dbf2063dc9d8369b69.zip |
Merge branch 'for-3.16/core' into for-3.16/drivers
Pull in core changes (again), since we got rid of the alloc/free
hctx mq_ops hooks and mtip32xx then needed updating again.
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq-cpu.c')
-rw-r--r-- | block/blk-mq-cpu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/block/blk-mq-cpu.c b/block/blk-mq-cpu.c index d2c253f71b86..bb3ed488f7b5 100644 --- a/block/blk-mq-cpu.c +++ b/block/blk-mq-cpu.c @@ -1,3 +1,8 @@ +/* + * CPU notifier helper code for blk-mq + * + * Copyright (C) 2013-2014 Jens Axboe + */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> |