From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Evans Date: Wed, 8 Aug 2018 17:08:43 +0100 Subject: [Cluster-devel] [GFS2 PATCH] gfs2: eliminate update_rgrp_lvb_unlinked In-Reply-To: <1213428678.687209.1533741050254.JavaMail.zimbra@redhat.com> References: <1213428678.687209.1533741050254.JavaMail.zimbra@redhat.com> Message-ID: <12708bad-c913-61fc-18e1-641b31e98714@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 08/08/18 16:10, Bob Peterson wrote: > Hi, > > Function update_rgrp_lvb_unlinked used to do the same thing as > be32_add_cpu. This patch removes it in favor of using be32_add_cpu > directly. > > Signed-off-by: Bob Peterson > --- > Looks good to me. Reviewed-by Paul Evans Paul