From 0ea17a0836f2d6c2ac74942c193b68a708b19894 Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Sun, 9 May 2010 09:48:31 +0900 Subject: [PATCH] --- yaml --- r: 196026 b: refs/heads/master c: e2d1591a13118b2bccb41af06830a2904478a514 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/nilfs2/super.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1eadc8fccd7f..339737adac11 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4571b82cdcd076a3b8ecaddcf9846cb52f9979e5 +refs/heads/master: e2d1591a13118b2bccb41af06830a2904478a514 diff --git a/trunk/fs/nilfs2/super.c b/trunk/fs/nilfs2/super.c index 16939b37b7d6..6b05771d120a 100644 --- a/trunk/fs/nilfs2/super.c +++ b/trunk/fs/nilfs2/super.c @@ -1076,7 +1076,8 @@ nilfs_get_sb(struct file_system_type *fs_type, int flags, strlcpy(s->s_id, bdevname(sd.bdev, b), sizeof(s->s_id)); sb_set_blocksize(s, block_size(sd.bdev)); - err = nilfs_fill_super(s, data, flags & MS_VERBOSE, nilfs); + err = nilfs_fill_super(s, data, flags & MS_SILENT ? 1 : 0, + nilfs); if (err) goto cancel_new;