]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/gfs2/main.c
[GFS2] Add gfs2meta filesystem
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 2 Mar 2006 21:33:41 +0000 (16:33 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 2 Mar 2006 21:33:41 +0000 (16:33 -0500)
commit419c93e0b6b9eef0bf26b8ad415f2a5bf4300119
treed2333ff0833cd5470b12e103a410a77158a15881
parentb4dc72911d149d7d6b7ffb512bd68906f1cbd33a
[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>
fs/gfs2/main.c
fs/gfs2/ops_fstype.c
fs/gfs2/ops_fstype.h