From mboxrd@z Thu Jan 1 00:00:00 1970 From: swhiteho@redhat.com Date: Mon, 10 Nov 2008 10:30:55 +0000 Subject: [Cluster-devel] GFS2 clean up patches Message-ID: <1226313064-2584-1-git-send-email-swhiteho@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The following are a bunch of clean up patches for GFS2. In combination they remove a couple of structures which are not required from incore.h, merging the fields into the containing structures. This completes the removal of two of the _host structures which was one of the things promised during the original merge/review process. Also the final patch adds some further information to the debugfs file through which the glock state can be read to aid debugging. Signed-off-by: Steven Whitehouse