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>
此提交包含在:
@@ -773,7 +773,7 @@ static int
|
||||
spufs_fill_super(struct super_block *sb, void *data, int silent)
|
||||
{
|
||||
struct spufs_sb_info *info;
|
||||
static struct super_operations s_ops = {
|
||||
static const struct super_operations s_ops = {
|
||||
.alloc_inode = spufs_alloc_inode,
|
||||
.destroy_inode = spufs_destroy_inode,
|
||||
.statfs = simple_statfs,
|
||||
|
新增問題並參考
封鎖使用者