summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/main.c
diff options
context:
space:
mode:
authorSteven Whitehouse2008-10-14 17:05:55 +0200
committerSteven Whitehouse2009-01-05 08:38:48 +0100
commitb276058371f5c2ad92f9f27373a72b219ed580ed (patch)
treea8a39f45c3bee6e523d043eecd636249bc180b1b /fs/gfs2/main.c
parentGFS2: Support for FIEMAP ioctl (diff)
downloadkernel-qcow2-linux-b276058371f5c2ad92f9f27373a72b219ed580ed.tar.gz
kernel-qcow2-linux-b276058371f5c2ad92f9f27373a72b219ed580ed.tar.xz
kernel-qcow2-linux-b276058371f5c2ad92f9f27373a72b219ed580ed.zip
GFS2: Rationalise header files
Move the contents of some headers which contained very little into more sensible places, and remove the original header files. This should make it easier to find things. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/main.c')
-rw-r--r--fs/gfs2/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c
index bb2cc303ac29..3eea03c78534 100644
--- a/fs/gfs2/main.c
+++ b/fs/gfs2/main.c
@@ -19,7 +19,7 @@
#include "gfs2.h"
#include "incore.h"
-#include "ops_fstype.h"
+#include "super.h"
#include "sys.h"
#include "util.h"
#include "glock.h"