]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: fix undefined struct variable in inode.h
authorJoseph Qi <joseph.qi@huawei.com>
Fri, 7 Oct 2016 23:57:20 +0000 (16:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Oct 2016 01:46:26 +0000 (18:46 -0700)
commitacf68eb50e01bcb96c90d3bdf33d3739e57204e7
tree4edb1fad9d9e162c9e1a3fe694352674228a96da
parent22c0a3dbc1c76c24f04eaf8b2a3b875ab23faa5c
ocfs2: fix undefined struct variable in inode.h

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.

Link: http://lkml.kernel.org/r/57E1E49D.8050503@huawei.com
Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Reviewed-by: Eric Ren <zren@suse.com>
Cc: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/inode.h