commit | dcbb4c10e6d9693cc9d6fa493b4d130b66a60c7d | [log] [tgz] |
---|---|---|
author | Joe Perches <[email protected]> | Tue Jun 18 17:48:42 2019 +0800 |
committer | Jaegeuk Kim <[email protected]> | Tue Jul 02 15:40:40 2019 -0700 |
tree | b725d2166c9325de23807cc204abc7c153813aa4 | |
parent | 8740edc3e5cca78e20ac3ba0127f61ab7cdb4d2f [diff] |
f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() - Add and use f2fs_<level> macros - Convert f2fs_msg to f2fs_printk - Remove level from f2fs_printk and embed the level in the format - Coalesce formats and align multi-line arguments - Remove unnecessary duplicate extern f2fs_msg f2fs.h Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Chao Yu <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>