瀏覽代碼

[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>
Adrian Bunk 17 年之前
父節點
當前提交
8af4c72f7d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/gfs2/ops_file.c

+ 1 - 0
fs/gfs2/ops_file.c

@@ -38,6 +38,7 @@
 #include "util.h"
 #include "eaops.h"
 #include "ops_address.h"
+#include "ops_inode.h"
 
 /**
  * gfs2_llseek - seek to a location in a file