From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 28 Sep 2015 09:49:49 -0500 Subject: [Cluster-devel] [PATCH 17/23] dlm: use per-attribute show and store methods In-Reply-To: <1443189000-13398-18-git-send-email-hch@lst.de> References: <1443189000-13398-1-git-send-email-hch@lst.de> <1443189000-13398-18-git-send-email-hch@lst.de> Message-ID: <20150928144949.GA30917@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 Fri, Sep 25, 2015 at 06:49:54AM -0700, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig > --- > fs/dlm/config.c | 288 +++++++++++++++----------------------------------------- > 1 file changed, 74 insertions(+), 214 deletions(-) Looks good to me. Dave