--- zzzz-none-000/linux-2.6.19.2/fs/ext2/xattr.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/fs/ext2/xattr.c 2008-04-10 12:21:44.000000000 +0000 @@ -206,8 +206,9 @@ goto bad_block; entry = next; } - if (ext2_xattr_cache_insert(bh)) + if (ext2_xattr_cache_insert(bh)) { ea_idebug(inode, "cache insert failed"); + } error = -ENODATA; goto cleanup; found: @@ -219,8 +220,9 @@ le16_to_cpu(entry->e_value_offs) + size > inode->i_sb->s_blocksize) goto bad_block; - if (ext2_xattr_cache_insert(bh)) + if (ext2_xattr_cache_insert(bh)) { ea_idebug(inode, "cache insert failed"); + } if (buffer) { error = -ERANGE; if (size > buffer_size) @@ -290,8 +292,9 @@ goto bad_block; entry = next; } - if (ext2_xattr_cache_insert(bh)) + if (ext2_xattr_cache_insert(bh)) { ea_idebug(inode, "cache insert failed"); + } /* list the attribute names */ for (entry = FIRST_ENTRY(bh); !IS_LAST_ENTRY(entry);