ext4: remove set but not used variable 'es'
authorJason Yan <yanaijie@huawei.com>
Thu, 2 Apr 2020 03:39:39 +0000 (11:39 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Apr 2020 03:58:49 +0000 (23:58 -0400)
commit05ca87c149ae8078fb2a23adc6329eed5bb078fb
treeedf1263ad8add5370959f4971503fb0176d7e6a4
parent801674f34ecfed033b062a0f217506b93c8d5e8a
ext4: remove set but not used variable 'es'

Fix the following gcc warning:

fs/ext4/super.c:599:27: warning: variable 'es' set but not used [-Wunused-but-set-variable]
  struct ext4_super_block *es;
                           ^~
Fixes: 2ea2fc775321 ("ext4: save all error info in save_error_info() and drop ext4_set_errno()")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200402033939.25303-1-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c