From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 12 Aug 2011 09:59:12 -0400 (EDT) Subject: [Cluster-devel] [Patch 05/44] libgfs2: add generic risize function, move gfs1 structures to libgfs2 In-Reply-To: <1313140453.2704.21.camel@menhir> Message-ID: <2040802867.552429.1313157552927.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- | Hi, | | The rindex structure is identical in size and fields between gfs1 and | gfs2, bar one field name (although the function of that field is | identical in both). Why not just use the gfs2 structure definition? | | Steve. Hi, You're right: they're the same size. I don't remember why I had the two sizes (apparently wrongly) distinguished in gfs2_edit, but I took that code and ran with it throughout libgfs2. This is apparently unnecessary and I'll remove it in favor of one risize. I still need to move some gfs1-specific structures from gfs2_edit so I'll just redo the patch. Regards, Bob Peterson Red Hat File Systems