X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fbinfmt_misc.c;h=e6f57990b121650647663f95f33727280cf22c4d;hb=f8a922c7bb4d93bd84b7371a8e2571e667d2afb5;hp=c2e08252af35d5dd3140ff32d1cf79bbfd3521c7;hpb=678f2b7df24c34f90fee264fa3a8069bca9c99ad;p=powerpc.git diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index c2e08252af..e6f57990b1 100644 --- a/fs/binfmt_misc.c +++ b/fs/binfmt_misc.c @@ -719,7 +719,7 @@ static const struct file_operations bm_status_operations = { /* Superblock handling */ -static struct super_operations s_ops = { +static const struct super_operations s_ops = { .statfs = simple_statfs, .clear_inode = bm_clear_inode, };