mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
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>
This commit is contained in:
parent
55ff3840a2
commit
66bb82798d
1 changed files with 0 additions and 2 deletions
|
@ -1203,9 +1203,7 @@ static ssize_t ext4_quota_write(struct super_block *sb, int type,
|
||||||
const char *data, size_t len, loff_t off);
|
const char *data, size_t len, loff_t off);
|
||||||
|
|
||||||
static const struct dquot_operations ext4_quota_operations = {
|
static const struct dquot_operations ext4_quota_operations = {
|
||||||
#ifdef CONFIG_QUOTA
|
|
||||||
.get_reserved_space = ext4_get_reserved_space,
|
.get_reserved_space = ext4_get_reserved_space,
|
||||||
#endif
|
|
||||||
.write_dquot = ext4_write_dquot,
|
.write_dquot = ext4_write_dquot,
|
||||||
.acquire_dquot = ext4_acquire_dquot,
|
.acquire_dquot = ext4_acquire_dquot,
|
||||||
.release_dquot = ext4_release_dquot,
|
.release_dquot = ext4_release_dquot,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue