Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fs/efivarfs/super.c: use static const for dentry_operations

...like other filesystems.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Matthew Garrett <matthew.garrett@nebula.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Fabian Frederick and committed by
Linus Torvalds
e37dcbfb f6187769

+1 -1
+1 -1
fs/efivarfs/super.c
··· 83 83 return 0; 84 84 } 85 85 86 - static struct dentry_operations efivarfs_d_ops = { 86 + static const struct dentry_operations efivarfs_d_ops = { 87 87 .d_compare = efivarfs_d_compare, 88 88 .d_hash = efivarfs_d_hash, 89 89 .d_delete = always_delete_dentry,