mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ANDROID: Update the .stg file due to internal io_uring changes
Commitc6b9c79c3d("io_uring/poll: allow some retries for poll triggering spuriously") changes the struct io_poll internal structure, which is not exposed to any actual module code, but is noticed by the checking tools. Update the signatures to handle this as it is not an actual ABI break. type 'struct io_poll' changed member 'int retries' was added Fixes:c6b9c79c3d("io_uring/poll: allow some retries for poll triggering spuriously") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I1b29e0a9e005f56963a41daad9122062c6b21619
This commit is contained in:
committed by
Matthias Männich
parent
b5a444808a
commit
9e199d3fbc
@@ -158841,6 +158841,12 @@ member {
|
||||
type_id: 0xe62ebf07
|
||||
offset: 96
|
||||
}
|
||||
member {
|
||||
id: 0x4f8c91e3
|
||||
name: "retries"
|
||||
type_id: 0x6720d32f
|
||||
offset: 160
|
||||
}
|
||||
member {
|
||||
id: 0x4f8c92df
|
||||
name: "retries"
|
||||
@@ -227974,6 +227980,7 @@ struct_union {
|
||||
member_id: 0xbf9f3e0b
|
||||
member_id: 0xb54d95a7
|
||||
member_id: 0x114cfa02
|
||||
member_id: 0x4f8c91e3
|
||||
member_id: 0x201ba81a
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user