From: Mike Frysinger <vapier@gentoo.org>
To: reiserfs-devel@vger.kernel.org
Cc: Roy Marples <roy@marples.name>
Subject: [PATCH] reiserfsck: support `fsck -f -n`
Date: Sat, 17 Jan 2009 11:19:28 -0500 [thread overview]
Message-ID: <1232209168-25857-1-git-send-email-vapier@gentoo.org> (raw)
From: Roy Marples <roy@marples.name>
Every other fsck util out there supports non-interactive forcing and this
change brings reiserfsck into line.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
fsck/main.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/fsck/main.c b/fsck/main.c
index 06d7bd2..cfee979 100644
--- a/fsck/main.c
+++ b/fsck/main.c
@@ -421,8 +421,9 @@ void warn_what_will_be_done (char * file_name, struct fsck_data * data)
(data->log == stdout) ? "stdout" :
(data->log_file_name ? data->log_file_name : "fsck.run"));
- if (!(data->options & OPT_YES) && !user_confirmed (warn_to, "\nDo you want to "
- "run this program?[N/Yes] (note need to type Yes if you do):", "Yes\n"))
+ if (!(data->options & OPT_YES) && !(data->options & OPT_SILENT) &&
+ !user_confirmed (warn_to, "\nDo you want to run this program?[N/Yes] "
+ "(note need to type Yes if you do):", "Yes\n"))
exit (EXIT_USER);
}
--
1.6.1
next reply other threads:[~2009-01-17 16:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-17 16:19 Mike Frysinger [this message]
[not found] ` <50759633.2060806@gmail.com>
2012-10-11 15:55 ` Fwd: [PATCH] reiserfsck: support `fsck -f -n` Jeff Mahoney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1232209168-25857-1-git-send-email-vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=reiserfs-devel@vger.kernel.org \
--cc=roy@marples.name \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).