lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 14 Jan 2009 09:57:26 +0200
From:	"Pekka Enberg" <penberg@...helsinki.fi>
To:	"Roland Dreier" <rdreier@...co.com>
Cc:	"Chris Mason" <chris.mason@...cle.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] btrfs: Remove extra KERN_INFO in the middle of a line

Hi Roland,

On Wed, Jan 14, 2009 at 2:07 AM, Roland Dreier <rdreier@...co.com> wrote:
> diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
> index b187b53..2280d19 100644
> --- a/fs/btrfs/volumes.c
> +++ b/fs/btrfs/volumes.c
> @@ -577,7 +577,7 @@ int btrfs_scan_one_device(const char *path, fmode_t flags, void *holder,
>                       *(unsigned long long *)disk_super->fsid,
>                       *(unsigned long long *)(disk_super->fsid + 8));
>        }
> -       printk(KERN_INFO "devid %llu transid %llu %s\n",
> +       printk("devid %llu transid %llu %s\n",

We have KERN_CONT for this.

>               (unsigned long long)devid, (unsigned long long)transid, path);
>        ret = device_list_add(path, disk_super, devid, fs_devices_ret);
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ