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:
beb863f
)
libext2fs: fix a -Wunused-label warning
author
Eric Biggers
<ebiggers@google.com>
Wed, 16 Jun 2021 04:53:34 +0000
(21:53 -0700)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 7 Jul 2021 03:13:48 +0000
(23:13 -0400)
Remove a label which isn't used.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/unix_io.c
patch
|
blob
|
history
diff --git
a/lib/ext2fs/unix_io.c
b/lib/ext2fs/unix_io.c
index
f4916b2
..
0eea1c2
100644
(file)
--- a/
lib/ext2fs/unix_io.c
+++ b/
lib/ext2fs/unix_io.c
@@
-329,7
+329,6
@@
success_unlock:
error_unlock:
mutex_unlock(data, BOUNCE_MTX);
-error_out:
if (actual >= 0 && actual < size)
memset((char *) buf+actual, 0, size-actual);
if (channel->read_error)