From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Mon, 5 Mar 2018 14:02:10 -0500 (EST) Subject: [Cluster-devel] [PATCH 18/20] libgfs2: Don't use buffer_heads in gfs2_quota_change_{in, out} In-Reply-To: <20180305182549.17817-19-anprice@redhat.com> References: <20180305182549.17817-1-anprice@redhat.com> <20180305182549.17817-19-anprice@redhat.com> Message-ID: <1764401424.7997754.1520276530139.JavaMail.zimbra@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 ----- | Signed-off-by: Andrew Price | --- | gfs2/edit/gfs2hex.c | 2 +- | gfs2/libgfs2/libgfs2.h | 6 ++---- | gfs2/libgfs2/ondisk.c | 20 ++++++++------------ | 3 files changed, 11 insertions(+), 17 deletions(-) Hi, Function gfs2_quota_change_out is also unused afaict. Bob