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, 7 Apr 2010 22:20:58 +0800
From:	Li Hong <lihong.hi@...il.com>
To:	KONISHI Ryusuke <konishi.ryusuke@....ntt.co.jp>,
	linux-nilfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] nilfs2: add a print message after loading nilfs2

Hi KONISHI Ryusuke,

Any feedbacks on these patches?

Thanks,
Li Hong
On Tue, Apr 06, 2010 at 01:35:34AM +0800, Li Hong wrote:
> From b4e426f77cd05bd6046c1fa67c51ee06368ea23e Mon Sep 17 00:00:00 2001
> From: Li Hong <lihong.hi@...il.com>
> Date: Tue, 6 Apr 2010 01:23:04 +0800
> Subject: [PATCH] nilfs2: add a print message after loading nilfs2
> 
> 
> Signed-off-by: Li Hong <lihong.hi@...il.com>
> ---
>  fs/nilfs2/super.c |    7 ++++++-
>  1 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
> index 2e767bc..9f91765 100644
> --- a/fs/nilfs2/super.c
> +++ b/fs/nilfs2/super.c
> @@ -1186,7 +1186,12 @@ static int __init init_nilfs_fs(void)
>  		return err;
>  
>  	err = register_filesystem(&nilfs_fs_type);
> -	return err;
> +	if (err)
> +		return err;
> +
> +	printk(KERN_INFO "nilfs2 file system loaded!\n");
> +	return 0;
> +
>  }
>  
>  static void __exit exit_nilfs_fs(void)
> -- 
> 1.6.3.3
> 
--
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