From: Theodore Ts'o <tytso@mit.edu>
To: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: linux-ext4 <linux-ext4@vger.kernel.org>
Subject: Re: [PATCH] fuse2fs: delete unused variables
Date: Mon, 25 Apr 2016 15:50:22 -0400 [thread overview]
Message-ID: <20160425195022.GA24779@thunk.org> (raw)
In-Reply-To: <20160419192100.GA5405@birch.djwong.org>
On Tue, Apr 19, 2016 at 12:21:00PM -0700, Darrick J. Wong wrote:
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
> misc/fuse2fs.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/misc/fuse2fs.c b/misc/fuse2fs.c
> index c75527e..5a19f23 100644
> --- a/misc/fuse2fs.c
> +++ b/misc/fuse2fs.c
> @@ -3712,8 +3712,7 @@ int main(int argc, char *argv[])
> struct fuse_args args = FUSE_ARGS_INIT(argc, argv);
> struct fuse2fs fctx;
> errcode_t err;
> - char *tok, *arg, *logfile;
> - int i;
> + char *logfile;
> char extra_args[BUFSIZ];
> int ret = 0, flags = EXT2_FLAG_64BITS | EXT2_FLAG_EXCLUSIVE;
>
Thanks, applied.
- Ted
prev parent reply other threads:[~2016-04-25 19:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-19 19:21 [PATCH] fuse2fs: delete unused variables Darrick J. Wong
2016-04-25 19:50 ` Theodore Ts'o [this message]
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=20160425195022.GA24779@thunk.org \
--to=tytso@mit.edu \
--cc=darrick.wong@oracle.com \
--cc=linux-ext4@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 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.