CacheFiles: Don't log lookup/create failing with ENOBUFS
authorDavid Howells <dhowells@redhat.com>
Thu, 19 Nov 2009 18:12:08 +0000 (18:12 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 19 Nov 2009 18:12:08 +0000 (18:12 +0000)
commit14e69647c868459bcb910f771851ca7c699efd21
treeeaf14450c1dd6894ff7db727b6e8afe179cae6a0
parentfee096deb4f33897937b974cb2c5168bab7935be
CacheFiles: Don't log lookup/create failing with ENOBUFS

Don't log the CacheFiles lookup/create object routined failing with ENOBUFS as
under high memory load or high cache load they can do this quite a lot.  This
error simply means that the requested object cannot be created on disk due to
lack of space, or due to failure of the backing filesystem to find sufficient
resources.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/cachefiles/interface.c