Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755324AbZLNAAy (ORCPT ); Sun, 13 Dec 2009 19:00:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755303AbZLNAAn (ORCPT ); Sun, 13 Dec 2009 19:00:43 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:35150 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755212AbZLMX6n (ORCPT ); Sun, 13 Dec 2009 18:58:43 -0500 From: re.emese@gmail.com To: linux-kernel@vger.kernel.org Cc: Emese Revfy , shemminger@vyatta.com, torvalds@linux-foundation.org, teigland@redhat.com Subject: [PATCH 04/25] Constify struct sysfs_ops for 2.6.32-git-053fe57ac v2 Date: Mon, 14 Dec 2009 01:00:11 +0100 Message-Id: X-Mailer: git-send-email 1.6.5.3 In-Reply-To: References: X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 31 From: Emese Revfy Signed-off-by: Emese Revfy Acked-by: David Teigland Acked-by: Stephen Hemminger --- fs/dlm/lockspace.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/dlm/lockspace.c b/fs/dlm/lockspace.c index c010ecf..a8d8c59 100644 --- a/fs/dlm/lockspace.c +++ b/fs/dlm/lockspace.c @@ -148,7 +148,7 @@ static void lockspace_kobj_release(struct kobject *k) kfree(ls); } -static struct sysfs_ops dlm_attr_ops = { +static const struct sysfs_ops dlm_attr_ops = { .show = dlm_attr_show, .store = dlm_attr_store, }; -- 1.6.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/