commit | 78ace70c4186c0d18314eb001637aa97d1585e65 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Oct 10 01:08:05 2011 -0700 |
committer | Jan Kara <jack@suse.cz> | Mon Oct 31 23:43:52 2011 +0100 |
tree | 34227a6d50b93eb66df22ba130bea8ed932a5896 | |
parent | a40ecd7b3ccf520ff02da93e8d1ba6cd55c2e359 [diff] |
udf: Convert printks to pr_<level> 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: Joe Perches <joe@perches.com> Signed-off-by: Jan Kara <jack@suse.cz>