Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168841
b: refs/heads/master
c: 14e6964
h: refs/heads/master
i:
  168839: 3c097bc
v: v3
  • Loading branch information
David Howells committed Nov 19, 2009
1 parent 3b1c472 commit f968880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fee096deb4f33897937b974cb2c5168bab7935be
refs/heads/master: 14e69647c868459bcb910f771851ca7c699efd21
5 changes: 3 additions & 2 deletions trunk/fs/cachefiles/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ static int cachefiles_lookup_object(struct fscache_object *_object)
cachefiles_attr_changed(&object->fscache);

if (ret < 0 && ret != -ETIMEDOUT) {
printk(KERN_WARNING "CacheFiles: Lookup failed error %d\n",
ret);
if (ret != -ENOBUFS)
printk(KERN_WARNING
"CacheFiles: Lookup failed error %d\n", ret);
fscache_object_lookup_error(&object->fscache);
}

Expand Down

0 comments on commit f968880

Please sign in to comment.