mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +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
|
@ -930,7 +930,7 @@ void rpc_remove_cache_dir(struct dentry *dentry)
|
|||
/*
|
||||
* populate the filesystem
|
||||
*/
|
||||
static struct super_operations s_ops = {
|
||||
static const struct super_operations s_ops = {
|
||||
.alloc_inode = rpc_alloc_inode,
|
||||
.destroy_inode = rpc_destroy_inode,
|
||||
.statfs = simple_statfs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue