diff mbox

fuse2fs: delete unused variables

Message ID 20160419192100.GA5405@birch.djwong.org
State Accepted, archived
Commit 8feb6f439a6204971780fca2d1825be962a6e5a6
Headers show

Commit Message

Darrick Wong April 19, 2016, 7:21 p.m. UTC
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 misc/fuse2fs.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Theodore Ts'o April 25, 2016, 7:50 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;