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)
commitdb7e5c668e1b16061fe2d94d3cba022dd360c5d4
tree942cb61ff0c34ccbf73184c99114bc44c92ccc5d
parent99aa78466777083255b876293e9e83dec7cd809a
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