All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Ehrenberg <dehrenberg@chromium.org>
To: fio@vger.kernel.org, axboe@kernel.dk
Cc: gwendal@chromium.org, Dan Ehrenberg <dehrenberg@chromium.org>
Subject: [PATCH] Don't export state variable
Date: Mon, 20 Apr 2015 16:20:30 -0700	[thread overview]
Message-ID: <1429572030-6287-1-git-send-email-dehrenberg@chromium.org> (raw)

There was no reason to export this extra variable. It was just a typo
and it is never used.

Signed-off-by: Dan Ehrenberg <dehrenberg@chromium.org>
---
 stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stat.h b/stat.h
index dd34012..e87dae0 100644
--- a/stat.h
+++ b/stat.h
@@ -132,7 +132,7 @@ enum block_info_state {
 	BLOCK_STATE_TRIM_FAILURE,
 	BLOCK_STATE_WRITE_FAILURE,
 	BLOCK_STATE_COUNT,
-} state;
+};
 
 #define MAX_PATTERN_SIZE	512
 #define FIO_JOBNAME_SIZE	128
-- 
2.2.0.rc0.207.ga3a616c



             reply	other threads:[~2015-04-20 23:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-20 23:20 Dan Ehrenberg [this message]
2015-04-21  1:15 ` [PATCH] Don't export state variable Jens Axboe

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=1429572030-6287-1-git-send-email-dehrenberg@chromium.org \
    --to=dehrenberg@chromium.org \
    --cc=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=gwendal@chromium.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.