This is the mail archive of the
cluster-cvs@sources.redhat.com
mailing list for the cluster.
cluster/gfs/gfs_fsck fsck.h initialize.c
- From: alewis at sourceware dot org
- To: cluster-cvs at sources dot redhat dot com
- Date: 17 Jun 2005 16:18:34 -0000
- Subject: cluster/gfs/gfs_fsck fsck.h initialize.c
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: alewis@sourceware.org 2005-06-17 16:18:34
Modified files:
gfs/gfs_fsck : fsck.h initialize.c
Log message:
Prevent new mounters by changing the lock protocol
Change the lock protocol from lock_* -> fsck_* on startup
Change it from fsck_* -> lock_* on teardown
Currently requires gfs_tool to fix if the fsck fails partway through
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/fsck.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.1&r2=1.2.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_fsck/initialize.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.1.2.5&r2=1.1.2.6