Whamcloud - gitweb
libext2fs: fix compile errors/warnings
authorTahsin Erdogan <tahsin@google.com>
Fri, 30 Jun 2017 04:19:32 +0000 (21:19 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Jul 2017 03:48:05 +0000 (23:48 -0400)
commit968c1c2fe472ddc4a467aaff71305e83cdb0308f
tree979003eb3356549ac3c99e07a30ec60d9cafb50e
parentc8ca23979fa75df15208922422e81c83cf112320
libext2fs: fix compile errors/warnings

Defining DEBUG_QUOTA reveals a few compile errors. Fix these.
Also fix format string type mismatches in a couple of log_debug()
calls.

Fixes: 2d2d799c7261 ("Clean up codes for adding new quota type")

Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/support/mkquota.c
lib/support/quotaio.c