blk-cgroup: Remove obsolete macro
Remove the obsolete 'MAX_KEY_LEN' macro. Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
59c157433f
commit
6b4eeba331
|
@ -32,8 +32,6 @@
|
||||||
#include <linux/psi.h>
|
#include <linux/psi.h>
|
||||||
#include "blk.h"
|
#include "blk.h"
|
||||||
|
|
||||||
#define MAX_KEY_LEN 100
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* blkcg_pol_mutex protects blkcg_policy[] and policy [de]activation.
|
* blkcg_pol_mutex protects blkcg_policy[] and policy [de]activation.
|
||||||
* blkcg_pol_register_mutex nests outside of it and synchronizes entire
|
* blkcg_pol_register_mutex nests outside of it and synchronizes entire
|
||||||
|
|
Loading…
Reference in New Issue