diff options
| author | Fabian Frederick <[email protected]> | 2014-06-06 21:37:33 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-06-06 23:08:14 +0000 |
| commit | 0227d6abb378454e10d385da6a0f8b79a5b02c27 (patch) | |
| tree | e85a3019e054d8cbbaa20f0b98a30653a0432701 /fs/cachefiles/interface.c | |
| parent | FS/CACHEFILES: convert printk to pr_foo() (diff) | |
| download | kernel-0227d6abb378454e10d385da6a0f8b79a5b02c27.tar.gz kernel-0227d6abb378454e10d385da6a0f8b79a5b02c27.zip | |
fs/cachefiles: replace kerror by pr_err
Also add pr_fmt in internal.h
Signed-off-by: Fabian Frederick <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/cachefiles/interface.c')
| -rw-r--r-- | fs/cachefiles/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cachefiles/interface.c b/fs/cachefiles/interface.c index e47a8d87852f..584743d456c3 100644 --- a/fs/cachefiles/interface.c +++ b/fs/cachefiles/interface.c @@ -146,7 +146,7 @@ static int cachefiles_lookup_object(struct fscache_object *_object) if (ret < 0 && ret != -ETIMEDOUT) { if (ret != -ENOBUFS) - pr_warn("CacheFiles: Lookup failed error %d\n", ret); + pr_warn("Lookup failed error %d\n", ret); fscache_object_lookup_error(&object->fscache); } |
