Skip to content
Commit b2c78cd0 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: "ret" may be used uninitialized in ext4_lazyinit_thread()



Newer GCC's reported the following build warning:

   fs/ext4/super.c: In function 'ext4_lazyinit_thread':
   fs/ext4/super.c:2702: warning: 'ret' may be used uninitialized in this function

Fix it by removing the need for the ret variable in the first place.

Signed-off-by: default avatar"Lukas Czerner" <lczerner@redhat.com>
Reported-by: default avatar"Stefan Richter" <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f4245bd4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment