X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbinfmt_misc.c;h=e6f57990b121650647663f95f33727280cf22c4d;hb=2d56d3c43cc97ae48586745556f5a5b564d61582;hp=c2e08252af35d5dd3140ff32d1cf79bbfd3521c7;hpb=cece901481bafbf14de8cbd3a89ae869ea881055;p=linux-2.6 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, };