lkml.org 
[lkml]   [2008]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 11/26] mount options: fix ext2
> From: Miklos Szeredi <mszeredi@suse.cz>
>
> Add noreservation option to /proc/mounts for ext2 filesystems.
>
> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
> ---
>
> Index: linux/fs/ext2/super.c
> ===================================================================
> --- linux.orig/fs/ext2/super.c 2008-01-17 19:00:55.000000000 +0100
> +++ linux/fs/ext2/super.c 2008-01-23 21:38:08.000000000 +0100
> @@ -285,6 +285,9 @@ static int ext2_show_options(struct seq_
> seq_puts(seq, ",xip");
> #endif
>
> + if (!test_opt(sb, RESERVATION))
> + seq_puts(seq, ",noreservation");
> +
> return 0;
> }
Looks fine. Acked-by: Jan Kara <jack@suse.cz>

Honza
--
Jan Kara <jack@suse.cz>
SuSE CR Labs


\
 
 \ /
  Last update: 2008-01-25 15:37    [W:0.181 / U:1.756 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site