Whamcloud - gitweb
tune2fs: fix a compile-time bug if quota is not enabled
authorTheodore Ts'o <tytso@mit.edu>
Thu, 29 Nov 2012 19:58:29 +0000 (14:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Nov 2012 19:58:29 +0000 (14:58 -0500)
commit0f8186598ccb0c5e8666b6efe7178c69e73d81b6
tree6e95b45e14ba6a5e2a1196705818f95caf1cd7f0
parent44a2cca35e9292c39bcad38288fdf7a78d6f56af
tune2fs: fix a compile-time bug if quota is not enabled

Commit 44a2cca35e introduced a compile-time failure if --enable-quota
is not passed to the configure script.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.c