[GFS2] Allow mounting of gfs2 and gfs2meta at the same time
authorAbhijith Das <adas@redhat.com>
Fri, 25 Aug 2006 16:13:37 +0000 (11:13 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Aug 2006 21:19:55 +0000 (17:19 -0400)
commit8638460540749ddb1beca9e9a68d655a6fe6df65
treee0b0a65798185a3f00912011906c551c02777982
parent5f88f1ea16a2fb5f125505053d1bfb7901a88c64
[GFS2] Allow mounting of gfs2 and gfs2meta at the same time

This patch allows the simultaneous mounting of gfs2meta and gfs2
filesystems. A restriction however is that a gfs2meta fs may only be
mounted if its corresponding gfs2 filesystem is also mounted. Also, a
gfs2 filesystem cannot be unmounted before its gfs2meta filesystem.

Signed-off-by: Abhijith Das <adas@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c
fs/gfs2/incore.h
fs/gfs2/ops_fstype.c
fs/gfs2/ops_super.c