Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19df3ae
)
fuse2fs: delete unused variables
author
Darrick J. Wong
<darrick.wong@oracle.com>
Tue, 19 Apr 2016 19:21:00 +0000
(12:21 -0700)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 25 Apr 2016 18:53:24 +0000
(14:53 -0400)
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c
patch
|
blob
|
history
diff --git
a/misc/fuse2fs.c
b/misc/fuse2fs.c
index
c75527e
..
5a19f23
100644
(file)
--- 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;