[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b6fcc0a0912052114v790f04c9h9a7367ff74d12426@mail.gmail.com>
Date: Sun, 6 Dec 2009 08:14:46 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: re.emese@...il.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 28/31] Constify struct super_operations for 2.6.32 v1
> - struct inode *(*alloc_inode)(struct super_block *sb);
> + struct inode *(* const alloc_inode)(struct super_block *sb);
Good rule is if adding const doesn't move object from one section
to another, it isn't worth it.
I suggest we stick to it or risk another wave of jumbo patches.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists