Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
[sfrench/cifs-2.6.git] / fs / ecryptfs / mmap.c
index 1f0c471b4ba311568648f77c8c8bc41500f2a13a..cdf358b209d92b45aa6f5e81415ff1c8ec60d9b5 100644 (file)
@@ -431,8 +431,6 @@ static int ecryptfs_write_inode_size_to_xattr(struct inode *ecryptfs_inode)
        }
        xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL);
        if (!xattr_virt) {
-               printk(KERN_ERR "Out of memory whilst attempting to write "
-                      "inode size to xattr\n");
                rc = -ENOMEM;
                goto out;
        }