Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: remove redundant #ifdef in super.c

There is already an #ifdef CONFIG_QUOTA some lines above,
so this one is totally useless.

Signed-off-by: WANG Cong <amwang@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

authored by

Amerigo Wang and committed by
Theodore Ts'o
66bb8279 55ff3840

-2
-2
fs/ext4/super.c
··· 1203 1203 const char *data, size_t len, loff_t off); 1204 1204 1205 1205 static const struct dquot_operations ext4_quota_operations = { 1206 - #ifdef CONFIG_QUOTA 1207 1206 .get_reserved_space = ext4_get_reserved_space, 1208 - #endif 1209 1207 .write_dquot = ext4_write_dquot, 1210 1208 .acquire_dquot = ext4_acquire_dquot, 1211 1209 .release_dquot = ext4_release_dquot,