On Thu, 2015-04-16 at 12:23 +0200, Matias BjÃrling wrote:
On 04/16/2015 11:10 AM, Paul Bolle wrote:
A few things I spotted (while actually fiddling with 3/5).
Thanks. I'll fix them up.
Please note that just using #ifdef instead of #if is not all that's
needed. See, I had some fun playing whack-a-mole with warnings and
errors showing up in the "CONFIG_BLK_DEV_NVM is not set" case (because I
was looking into things outside of this series that I don't understand).
After adding the changes pasted at the end of this message (which I gave
almost no thought whatsoever) I ran into:
block/blk-mq.c: In function âblk_mq_init_rq_mapâ:
block/blk-mq.c:1473:22: error: invalid application of âsizeofâ to incomplete type âstruct nvm_per_rqâ
cmd_size += sizeof(struct nvm_per_rq);
^
Then I admitted defeat.
Have fun with your turn of that game.