mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
Revert "ANDROID: GKI: fix crc issue with commit 2e76c69c85 ("block: don't merge across cgroup boundaries if blkcg is enabled")"
This reverts commit 93d8bbeafb.
It is no longer needed as we are able to update the abi at this point in
time.
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I965b9e7225127b5b0e58082e05d80bcebdb1e547
This commit is contained in:
committed by
Todd Kjos
parent
6bfa0e0bc8
commit
574f2b7533
@@ -7,9 +7,7 @@
|
||||
#include <linux/bio.h>
|
||||
#include <linux/blkdev.h>
|
||||
#include <linux/scatterlist.h>
|
||||
#ifndef __GENKSYMS__
|
||||
#include <linux/blk-cgroup.h>
|
||||
#endif
|
||||
|
||||
#include <trace/events/block.h>
|
||||
|
||||
|
||||
@@ -24,9 +24,7 @@
|
||||
#include <linux/atomic.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/fs.h>
|
||||
#ifndef __GENKSYMS__
|
||||
#include <linux/blk-mq.h>
|
||||
#endif
|
||||
|
||||
/* percpu_counter batch for blkg_[rw]stats, per-cpu drift doesn't matter */
|
||||
#define BLKG_STAT_CPU_BATCH (INT_MAX / 2)
|
||||
|
||||
Reference in New Issue
Block a user