Whamcloud - gitweb
LU-16067 misc: cleanup compiler warnings
[tools/e2fsprogs.git] / lib / ext2fs / unix_io.c
index 09ea4fe..50e1956 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)