[GFS2] gfs2/ops_file.c should #include "ops_inode.h"
authorAdrian Bunk <bunk@kernel.org>
Sun, 17 Feb 2008 08:17:12 +0000 (10:17 +0200)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:06 +0000 (10:41 +0100)
commit8af4c72f7df2442230fca3ff49a97f978cfb4a04
treef307f8f4f94d775abc43d492f64eb4d06f276c3b
parentbb16b342b2e2c83fa47dbb042400db91b748ded7
[GFS2] gfs2/ops_file.c should #include "ops_inode.h"

Every file should include the headers containing the prototypes for
its global functions (in this case for gfs2_set_inode_flags()).

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_file.c