Re: [PATCH] blk-cgroup: Remove obsolete macro
On 1/28/21 12:18 AM, Baolin Wang wrote: > Remove the obsolete 'MAX_KEY_LEN' macro. Applied, thanks. -- Jens Axboe
[PATCH] blk-cgroup: Remove obsolete macro
Remove the obsolete 'MAX_KEY_LEN' macro. Signed-off-by: Baolin Wang --- block/blk-cgroup.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 4b4fcb5..a317c03 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -32,8 +32,6 @@ #include #i