No need to clutter the console with kernel messages which result from normal
behaviour.
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
/* lookup in the odf */
odf_dentry = lookup_one_len(name, odf_parent, len);
- if (IS_ERR(odf_dentry)) {
- printk(KERN_ERR "unionfs: odf_lookup: failed to lookup %s\n",
- name);
+ if (IS_ERR(odf_dentry))
goto out;
- }
/* if create flags are set, remove existing whiteout */
if (odf_dentry->d_inode && (flags & ODF_LOOKUP_RMV_WH)) {