Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANDROID: GKI: fix crc issue with commit ce1927b ("block: don't merge …
…across cgroup boundaries if blkcg is enabled") Commit ce1927b ("block: don't merge across cgroup boundaries if blkcg is enabled") added some new #include lines, which messes with the crc signatures of over 1400 different functions. Fix this up by marking this off with a __GENKSYMS__ entry. The abi has not changed, only the crc generation, and this change preserves it. Bug: 161946584 Fixes: ce1927b ("block: don't merge across cgroup boundaries if blkcg is enabled") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Id4e79ea9f4edbf41b0ada4df964490ab336dd8f4
- Loading branch information