mm/shmem.c: constify anon_ops
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Sat, 8 Oct 2016 00:01:01 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Oct 2016 01:46:29 +0000 (18:46 -0700)
commit19938e350adc60f3b9381ae6fc68da40f7d1a9f6
treee36d51783739c8bd79b0905577314176cd23cc13
parent2d75807383459c04d457bf2d295fa6ad858507d2
mm/shmem.c: constify anon_ops

Every other dentry_operations instance is const, and this one might as
well be.

Link: http://lkml.kernel.org/r/1473890528-7009-1-git-send-email-linux@rasmusvillemoes.dk
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/shmem.c