commit | c51ca6cf545bc51ad38bd50816bde37c647d608d | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Sat Dec 10 15:13:59 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 17 10:03:33 2017 -0700 |
tree | 79e0999ed9e6f275be32d261533107ee31ed9436 | |
parent | c5082b70adfe8e1ea1cf4a8eff92c9f260e364d2 [diff] |
block: move existing elevator ops to union Prep patch for adding MQ ops as well, since doing anon unions with named initializers doesn't work on older compilers. Signed-off-by: Jens Axboe <axboe@fb.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> Reviewed-by: Omar Sandoval <osandov@fb.com>