diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2008-10-14 16:05:55 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-01-05 07:38:48 +0000 |
commit | b276058371f5c2ad92f9f27373a72b219ed580ed (patch) | |
tree | a8a39f45c3bee6e523d043eecd636249bc180b1b /fs/gfs2/ops_super.c | |
parent | e9079cce201784632aed4b1a3121ee38c1ced0b6 (diff) | |
download | kernel-crypto-b276058371f5c2ad92f9f27373a72b219ed580ed.tar.gz kernel-crypto-b276058371f5c2ad92f9f27373a72b219ed580ed.tar.xz kernel-crypto-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/ops_super.c')
-rw-r--r-- | fs/gfs2/ops_super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c index d5355d9b592..9c7678db08f 100644 --- a/fs/gfs2/ops_super.c +++ b/fs/gfs2/ops_super.c @@ -28,7 +28,6 @@ #include "inode.h" #include "log.h" #include "mount.h" -#include "ops_super.h" #include "quota.h" #include "recovery.h" #include "rgrp.h" |