diff options
author | Chris Down <chris@chrisdown.name> | 2021-06-15 17:52:48 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2021-07-19 11:56:40 +0200 |
commit | a1ad4b8a19566b11e0306f8b197f2fd4567340e5 (patch) | |
tree | e8df99fe0d779b338bf402f9e9995ea789ffa3b1 /kernel/futex.c | |
parent | 91027d0a7a0e309b94674923dc1b245b709b5c1e (diff) | |
download | lwn-a1ad4b8a19566b11e0306f8b197f2fd4567340e5.tar.gz lwn-a1ad4b8a19566b11e0306f8b197f2fd4567340e5.zip |
printk: Straighten out log_flags into printk_info_flags
In the past, `enum log_flags` was part of `struct log`, hence the name.
`struct log` has since been reworked and now this struct is stored
inside `struct printk_info`. However, the name was never updated, which
is somewhat confusing -- especially since these flags operate at the
record level rather than at the level of an abstract log.
printk_info_flags also joins its other metadata struct friends in
printk_ringbuffer.h.
Signed-off-by: Chris Down <chris@chrisdown.name>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/3dd801982f02603e6e3aa4f8bc4f5ebb830a4949.1623775748.git.chris@chrisdown.name
Diffstat (limited to 'kernel/futex.c')
0 files changed, 0 insertions, 0 deletions