Home
last modified time | relevance | path

Searched hist:b0a66a3137bde6e011e2b14b135e8ea18facb68c (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dsuper.cdiff b0a66a3137bde6e011e2b14b135e8ea18facb68c Thu Mar 17 18:45:08 CET 2022 Jonathan Lassoff <jof@thejof.com> btrfs: add messages to printk index

In order for end users to quickly react to new issues that come up in
production, it is proving useful to leverage this printk indexing
system. This printk index enables kernel developers to use calls to
printk() with changeable ad-hoc format strings, while still enabling end
users to detect changes and develop a semi-stable interface for
detecting and parsing these messages.

So that detailed Btrfs messages are captured by this printk index, this
patch wraps btrfs_printk and btrfs_handle_fs_error with macros.

Example of the generated list:
https://lore.kernel.org/lkml/12588e13d51a9c3bf59467d3fc1ac2162f1275c1.1647539056.git.jof@thejof.com

Signed-off-by: Jonathan Lassoff <jof@thejof.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>