Whamcloud - gitweb
libext2fs: fix a -Wunused-label warning
authorEric Biggers <ebiggers@google.com>
Wed, 16 Jun 2021 04:53:34 +0000 (21:53 -0700)
committerTheodore 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

index f4916b2..0eea1c2 100644 (file)
@@ -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)