Re: [Ocfs2-devel] [PATCH] ocfs2: fix undefined struct variable in inode.h

2016-09-21 Thread Eric Ren
Hi, On 09/21/2016 09:38 AM, Joseph Qi wrote: The extern struct variable ocfs2_inode_cache is not defined. It meant to use ocfs2_inode_cachep defined in super.c, I think. Fortunately it is not used anywhere now, so no impact actually. Clean it up to fix this mistake. Signed-off-by: Joseph Qi

[Ocfs2-devel] [PATCH] ocfs2: fix undefined struct variable in inode.h

2016-09-20 Thread Joseph Qi
The extern struct variable ocfs2_inode_cache is not defined. It meant to use ocfs2_inode_cachep defined in super.c, I think. Fortunately it is not used anywhere now, so no impact actually. Clean it up to fix this mistake. Signed-off-by: Joseph Qi --- fs/ocfs2/inode.h | 2