aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_fstype.h
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-03-02 16:33:41 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2006-03-02 16:33:41 -0500
commit419c93e0b6b9eef0bf26b8ad415f2a5bf4300119 (patch)
treed2333ff0833cd5470b12e103a410a77158a15881 /fs/gfs2/ops_fstype.h
parentb4dc72911d149d7d6b7ffb512bd68906f1cbd33a (diff)
downloadlinux-419c93e0b6b9eef0bf26b8ad415f2a5bf4300119.tar.gz
[GFS2] Add gfs2meta filesystem
In order to separate out the filesystem's metadata from "normal" files and directories, a new filesystem type has been created. It is called gfs2meta and mounting it gives access to the files that were previously under .gfs2_admin (well still are until mkfs is altered, which is next on the adgenda). Its not currently possible to mount both gfs2 and gfs2meta on the same block device at the same time. A future patch will allow that to happen. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_fstype.h')
-rw-r--r--fs/gfs2/ops_fstype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/ops_fstype.h b/fs/gfs2/ops_fstype.h
index 7008364e76ea24..c6452874483d96 100644
--- a/fs/gfs2/ops_fstype.h
+++ b/fs/gfs2/ops_fstype.h
@@ -11,5 +11,6 @@
#define __OPS_FSTYPE_DOT_H__
extern struct file_system_type gfs2_fs_type;
+extern struct file_system_type gfs2meta_fs_type;
#endif /* __OPS_FSTYPE_DOT_H__ */