aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cachefiles/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cachefiles/interface.c')
-rw-r--r--fs/cachefiles/interface.c2
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)
146 146
147 if (ret < 0 && ret != -ETIMEDOUT) { 147 if (ret < 0 && ret != -ETIMEDOUT) {
148 if (ret != -ENOBUFS) 148 if (ret != -ENOBUFS)
149 pr_warn("CacheFiles: Lookup failed error %d\n", ret); 149 pr_warn("Lookup failed error %d\n", ret);
150 fscache_object_lookup_error(&object->fscache); 150 fscache_object_lookup_error(&object->fscache);
151 } 151 }
152 152