]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ext4/namei.c
ext4: remove trailing \n from ext4_warning/ext4_error calls
[mirror_ubuntu-zesty-kernel.git] / fs / ext4 / namei.c
index db98f89f737f05827cc4371c939a29ec31ee4ef2..6e6b3230ee4549354eb92f10244230d5f05e1b5d 100644 (file)
@@ -1107,7 +1107,7 @@ int ext4_htree_fill_tree(struct file *dir_file, __u32 start_hash,
        }
 
        while (1) {
-               if (signal_pending(current)) {
+               if (fatal_signal_pending(current)) {
                        err = -ERESTARTSYS;
                        goto errout;
                }
@@ -1618,7 +1618,7 @@ static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, unsi
                        if (nokey)
                                return ERR_PTR(-ENOKEY);
                        ext4_warning(inode->i_sb,
-                                    "Inconsistent encryption contexts: %lu/%lu\n",
+                                    "Inconsistent encryption contexts: %lu/%lu",
                                     (unsigned long) dir->i_ino,
                                     (unsigned long) inode->i_ino);
                        return ERR_PTR(-EPERM);