Re: Add "lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM" to v4.4.y stable tree?

2016-10-14 Thread Paul Bolle
On Fri, 2016-10-14 at 15:47 +0200, Greg KH wrote: > Makes sense to me, can you forward on a patch that applies cleanly and > I'll queue it up for the next round (after this one.) Hope to do that later today. If it turns out I've messed things up Jens can still speak up. Thanks, Paul Bolle

Re: Add "lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM" to v4.4.y stable tree?

2016-10-14 Thread Paul Bolle
On Fri, 2016-10-14 at 15:47 +0200, Greg KH wrote: > Makes sense to me, can you forward on a patch that applies cleanly and > I'll queue it up for the next round (after this one.) Hope to do that later today. If it turns out I've messed things up Jens can still speak up. Thanks, Paul Bolle

Re: Add "lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM" to v4.4.y stable tree?

2016-10-14 Thread Greg KH
On Fri, Oct 14, 2016 at 03:28:41PM +0200, Paul Bolle wrote: > Hi, > > I had a build of v4.4.24, with CONFIG_NVM not set, fail like this: >     drivers/block/null_blk.c:569:27: error: storage size of > 'null_lnvm_dev_ops' isn't known > static struct nvm_dev_ops null_lnvm_dev_ops; >

Re: Add "lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM" to v4.4.y stable tree?

2016-10-14 Thread Greg KH
On Fri, Oct 14, 2016 at 03:28:41PM +0200, Paul Bolle wrote: > Hi, > > I had a build of v4.4.24, with CONFIG_NVM not set, fail like this: >     drivers/block/null_blk.c:569:27: error: storage size of > 'null_lnvm_dev_ops' isn't known > static struct nvm_dev_ops null_lnvm_dev_ops; >

Add "lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM" to v4.4.y stable tree?

2016-10-14 Thread Paul Bolle
Hi, I had a build of v4.4.24, with CONFIG_NVM not set, fail like this:     drivers/block/null_blk.c:569:27: error: storage size of 'null_lnvm_dev_ops' isn't known static struct nvm_dev_ops null_lnvm_dev_ops; ^ scripts/Makefile.build:264:

Add "lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM" to v4.4.y stable tree?

2016-10-14 Thread Paul Bolle
Hi, I had a build of v4.4.24, with CONFIG_NVM not set, fail like this:     drivers/block/null_blk.c:569:27: error: storage size of 'null_lnvm_dev_ops' isn't known static struct nvm_dev_ops null_lnvm_dev_ops; ^ scripts/Makefile.build:264: