trinity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Praveen K. Pandey" <praveen@linux.vnet.ibm.com>
To: trinity@vger.kernel.org
Cc: "Praveen K. Pandey" <praveen@linux.vnet.ibm.com>
Subject: [PATCH] remove this param as it not adds any value any more
Date: Mon, 26 Oct 2015 11:20:09 +0530	[thread overview]
Message-ID: <1445838609-14504-1-git-send-email-praveen@linux.vnet.ibm.com> (raw)

Signed-off-by: Praveen K. Pandey <praveen@linux.vnet.ibm.com>
---
 Documentation/TODO | 2 --
 params.c           | 1 -
 2 files changed, 3 deletions(-)

diff --git a/Documentation/TODO b/Documentation/TODO
index 73ea04a..c5af727 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -228,8 +228,6 @@
   - if we find a blocking fd, check if it's a socket, and shutdown() it.
     (tricky: we need to do the shutdown in the main process, and then tell other children)
 
-* make -p take an arg for seconds
-
 * things to check.
   - execve occasionally returns -ESRCH. Why ?
   - disappearing processes. 'oom killed maybe' when no oom.
diff --git a/params.c b/params.c
index 8b1cd3b..9aa6109 100644
--- a/params.c
+++ b/params.c
@@ -92,7 +92,6 @@ static void usage(void)
 	outputerr("\n");
 	outputerr(" -c#,@: target specific syscall (takes syscall name as parameter and optionally 32 or 64 as bit-width. Default:both).\n");
 	outputerr(" -N#: do # syscalls then exit.\n");
-	outputerr(" -p:  pause after syscall.\n");
 	outputerr(" -s#: use # as random seed.\n");
 	exit(EXIT_SUCCESS);
 }
-- 
1.9.3

             reply	other threads:[~2015-10-26  5:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26  5:50 Praveen K. Pandey [this message]
2015-10-27  1:09 ` [PATCH] remove this param as it not adds any value any more Dave Jones
  -- strict thread matches above, loose matches on Subject: below --
2015-10-29  8:56 Praveen K. Pandey
2015-10-29  9:13 ` Dave Jones

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=1445838609-14504-1-git-send-email-praveen@linux.vnet.ibm.com \
    --to=praveen@linux.vnet.ibm.com \
    --cc=trinity@vger.kernel.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).