commit | 78bc3334a69ff289dbc973a9db7c52a2d7757e5b | [log] [tgz] |
---|---|---|
author | Jiang Biao <benbjiang@tencent.com> | Wed Apr 24 08:58:57 2019 +0800 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 25 17:04:43 2019 +0200 |
tree | 60347d04fe03d77f5093d0abd82e4c6c5f24c752 | |
parent | 3ef177ec9d5dc225bf30927a2d222d8bb1fbee0f [diff] |
fs/quota: erase unused but set variable warning Local variable *reserved* of remove_dquot_ref() is only used if define CONFIG_QUOTA_DEBUG, but not ebraced in CONFIG_QUOTA_DEBUG macro, which leads to unused-but-set-variable warning when compiling. This patch ebrace it into CONFIG_QUOTA_DEBUG macro like what is done in add_dquot_ref(). Signed-off-by: Jiang Biao <benbjiang@tencent.com> Signed-off-by: Jan Kara <jack@suse.cz>