Re: [PATCH] mm/shmem.c: constify anon_ops

2016-09-16 Thread Hugh Dickins
On Thu, 15 Sep 2016, Rasmus Villemoes wrote: > Every other dentry_operations instance is const, and this one might as > well be. > > Signed-off-by: Rasmus Villemoes Indeed, thanks, Acked-by: Hugh Dickins > --- > mm/shmem.c | 2 +- > 1 file

Re: [PATCH] mm/shmem.c: constify anon_ops

2016-09-16 Thread Hugh Dickins
On Thu, 15 Sep 2016, Rasmus Villemoes wrote: > Every other dentry_operations instance is const, and this one might as > well be. > > Signed-off-by: Rasmus Villemoes Indeed, thanks, Acked-by: Hugh Dickins > --- > mm/shmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] mm/shmem.c: constify anon_ops

2016-09-14 Thread Rasmus Villemoes
Every other dentry_operations instance is const, and this one might as well be. Signed-off-by: Rasmus Villemoes --- mm/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/shmem.c b/mm/shmem.c index fd8b2b5741b1..693ffdc5899a 100644 ---

[PATCH] mm/shmem.c: constify anon_ops

2016-09-14 Thread Rasmus Villemoes
Every other dentry_operations instance is const, and this one might as well be. Signed-off-by: Rasmus Villemoes --- mm/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/shmem.c b/mm/shmem.c index fd8b2b5741b1..693ffdc5899a 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@