mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
const: mark remaining super_operations const
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
0d54b217a2
commit
b87221de6a
18 changed files with 23 additions and 24 deletions
|
@ -285,7 +285,7 @@ static int init_inodecache(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static struct super_operations sockfs_ops = {
|
||||
static const struct super_operations sockfs_ops = {
|
||||
.alloc_inode = sock_alloc_inode,
|
||||
.destroy_inode =sock_destroy_inode,
|
||||
.statfs = simple_statfs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue