• J
    udf: Convert printks to pr_<level> · 78ace70c
    Joe Perches 提交于
    Use the current logging styles.
    
    Convert a few printks that should have been udf_warn and udf_err.
    Coalesce formats.  Add #define pr_fmt.
    Move an #include "udfdecls.h" above other includes in udftime.c
    so pr_fmt works correctly.  Strip prefixes from conversions as appropriate.
    Reorder logging definitions in udfdecl.h
    Signed-off-by: NJoe Perches <joe@perches.com>
    Signed-off-by: NJan Kara <jack@suse.cz>
    78ace70c
udftime.c 5.8 KB