commit | 19938e350adc60f3b9381ae6fc68da40f7d1a9f6 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Fri Oct 07 17:01:01 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Oct 07 18:46:29 2016 -0700 |
tree | e36d51783739c8bd79b0905577314176cd23cc13 | |
parent | 2d75807383459c04d457bf2d295fa6ad858507d2 [diff] |
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>