]> git.baikalelectronics.ru Git - kernel.git/commit
super.c: unused variable warning without CONFIG_QUOTA
authorEldad Zack <eldad@fogrefinery.com>
Sun, 22 Apr 2012 15:50:52 +0000 (17:50 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Apr 2012 01:44:41 +0000 (21:44 -0400)
commit45b4d74cdd609f4264a856c2e146bb373abb5bd8
tree942cb61ff0c34ccbf73184c99114bc44c92ccc5d
parent84b4c6dd4395c08e3914b487722c1355123ec142
super.c: unused variable warning without CONFIG_QUOTA

sb info is only checked with quota support.

fs/ext4/super.c: In function ‘parse_options’:
fs/ext4/super.c:1600:23: warning: unused variable ‘sbi’ [-Wunused-variable]

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c