X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=block%2Fblk-cgroup.c;h=dd38e5ced4a3fa7510f00c2ee7ff9dc636b2a7fc;hb=124a3d88fa20e1869fc229d7d8c740cc81944264;hp=66e6f1aae02eeb14de30ada1e6696622082729c1;hpb=1809de7e7d37c585e01a1bcc583ea92b78fc759d;p=karo-tx-linux.git diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 66e6f1aae02e..dd38e5ced4a3 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -905,7 +905,7 @@ static int blkcg_print_stat(struct seq_file *sf, void *v) return 0; } -struct cftype blkcg_files[] = { +static struct cftype blkcg_files[] = { { .name = "stat", .flags = CFTYPE_NOT_ON_ROOT, @@ -914,7 +914,7 @@ struct cftype blkcg_files[] = { { } /* terminate */ }; -struct cftype blkcg_legacy_files[] = { +static struct cftype blkcg_legacy_files[] = { { .name = "reset_stats", .write_u64 = blkcg_reset_stats,