On Wed, 5 Apr 2017, Richard W.M. Jones wrote:
> On Wed, Apr 05, 2017 at 10:21:13AM +0200, Julia Lawall wrote:
> >
> >
> > On Wed, 5 Apr 2017, Richard W.M. Jones wrote:
> >
> > > On Tue, Apr 04, 2017 at 05:41:08PM -0500, Eric Blake wrote:
> > &g
On Wed, 5 Apr 2017, Richard W.M. Jones wrote:
> On Tue, Apr 04, 2017 at 05:41:08PM -0500, Eric Blake wrote:
> > On 01/19/2017 08:38 AM, Eric Blake wrote:
> > > On 01/19/2017 03:25 AM, Markus Armbruster wrote:
> > >> Eric Blake writes:
> > >>
> > >>> Quite a few users of qdict_put() were manuall
On Thu, 21 Jan 2016, Rasmus Villemoes wrote:
> On Wed, Jan 20 2016, Konrad Rzeszutek Wilk wrote:
>
> > On Wed, Dec 23, 2015 at 10:06:24PM +0100, Julia Lawall wrote:
> >> The cleancache_ops structure is never modified, so declare it as const.
> >>
> >&
The cleancache_ops structure is never modified, so declare it as const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
v2: put back the read mostly
drivers/xen/tmem.c |2 +-
include/linux/cleancache.h |2 +-
mm/cleancache.c|4 ++--
3 files
On Thu, 21 Jan 2016, David Vrabel wrote:
> On 23/12/15 21:06, Julia Lawall wrote:
> > The cleancache_ops structure is never modified, so declare it as const.
> >
> > This also removes the __read_mostly declaration on the cleancache_ops
> > variable declaration, si
The cleancache_ops structure is never modified, so declare it as const.
This also removes the __read_mostly declaration on the cleancache_ops
variable declaration, since it seems redundant with const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
Not sure that the
mmu_notifier_ops structures are never modified, so declare them all as
const.
---
drivers/infiniband/core/umem_odp.c |2 +-
drivers/iommu/amd_iommu_v2.c |2 +-
drivers/xen/gntdev.c |2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
__
This mmu_notifier_ops structure is never modified, so declare it as
const, like the other mmu_notifier_ops structures.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
The patches in this series are independent of each other.
drivers/xen/gntdev.c |2 +-
1 file changed, 1
The gnttab_ops structure is never modified, so declare it as const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall
---
drivers/xen/grant-table.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c