aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide
diff options
context:
space:
mode:
authorYunfeng Ye <yeyunfeng@huawei.com>2019-12-17 22:46:49 +0800
committerTheodore Ts'o <tytso@mit.edu>2019-12-21 21:00:53 -0500
commit68d7b2d838f1aff4d46a793a2fae33e8ad19223e (patch)
treedbd98a4c0749e6878b5a01dc522c08fe9b291171 /Documentation/admin-guide
parentjbd2: fix kernel-doc notation warning (diff)
downloadlinux-dev-68d7b2d838f1aff4d46a793a2fae33e8ad19223e.tar.xz
linux-dev-68d7b2d838f1aff4d46a793a2fae33e8ad19223e.zip
ext4: fix unused-but-set-variable warning in ext4_add_entry()
Warning is found when compile with "-Wunused-but-set-variable": fs/ext4/namei.c: In function ‘ext4_add_entry’: fs/ext4/namei.c:2167:23: warning: variable ‘sbi’ set but not used [-Wunused-but-set-variable] struct ext4_sb_info *sbi; ^~~ Fix this by moving the variable @sbi under CONFIG_UNICODE. Signed-off-by: Yunfeng Ye <yeyunfeng@huawei.com> Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/cb5eb904-224a-9701-c38f-cb23514b1fff@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/admin-guide')
0 files changed, 0 insertions, 0 deletions