Files
kernel_arpi/include/linux/pipe_fs_i.h
Greg Kroah-Hartman 6ebdc9fb8c ANDROID: GKI: fix up abi breakage in struct pipe_inode_info
In commit e6acf868ff ("pipe: make poll_usage boolean and annotate its
access") a field was changed from 'unsigned int' to 'bool' in struct
pipe_inode_info when it was determinied that the kernel was only
checking true/false for it.  This breaks the internal abi so put the
type back, while still keeping the original change that resolved a race
condition.

Bug: 161946584
Fixes: e6acf868ff ("pipe: make poll_usage boolean and annotate its access")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: If5ebc17e4a198801e49257abef0f5e2ead94e668
2022-08-04 11:09:53 +02:00

8.7 KiB