]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove redundant #ifdef in super.c
authorAmerigo Wang <amwang@redhat.com>
Mon, 9 May 2011 14:30:41 +0000 (10:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 May 2011 14:30:41 +0000 (10:30 -0400)
commita4d3d26592deb019ab9c4c3825f724a1b98f7824
tree7bfbb2708421712b735e9c32a92a8cbbf3d58f22
parent2c54f9f84da0dd48cbce68f174966a63d80026e6
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>
fs/ext4/super.c