Skip to content
Commit 1e1a76ed authored by Olof Johansson's avatar Olof Johansson Committed by Theodore Ts'o
Browse files

ext4: remove unused variable warning in parse_options()



Commit c33fbe8f ("ext4: Enable blocksize < pagesize for
dioread_nolock") removed the only user of 'sbi' outside of the ifdef,
so it caused a new warning:

fs/ext4/super.c:2068:23: warning: unused variable 'sbi' [-Wunused-variable]

Fixes: c33fbe8f ("ext4: Enable blocksize < pagesize for dioread_nolock")
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Link: https://lore.kernel.org/r/20191111022523.34256-1-olof@lixom.net


Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Reviewed-by: default avatarRitesh Harjani <riteshh@linux.ibm.com>
parent 196624e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment