Re: [PATCH] cxl: Fix potential build failure - select ANON_INODES

2016-11-16 Thread Ben Hutchings
On Thu, 2016-11-17 at 09:30 +1100, Andrew Donnellan wrote: > On 17/11/16 05:29, Ben Hutchings wrote: > > cxl calls anon_inode_get() so must select ANON_INODES. > > > > Fixes: 6f7f0b3df6d4 ("cxl: Add AFU virtual PHB and kernel API") > > Signed-off-by: Ben Hutchings > >

Re: [PATCH] cxl: Fix potential build failure - select ANON_INODES

2016-11-16 Thread Andrew Donnellan
On 17/11/16 05:29, Ben Hutchings wrote: cxl calls anon_inode_get() so must select ANON_INODES. Fixes: 6f7f0b3df6d4 ("cxl: Add AFU virtual PHB and kernel API") Signed-off-by: Ben Hutchings Thanks for catching this. Is this patch still necessary once

[PATCH] cxl: Fix potential build failure - select ANON_INODES

2016-11-16 Thread Ben Hutchings
cxl calls anon_inode_get() so must select ANON_INODES. Fixes: 6f7f0b3df6d4 ("cxl: Add AFU virtual PHB and kernel API") Signed-off-by: Ben Hutchings --- drivers/misc/cxl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/cxl/Kconfig