]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: fix printf conversion specs in ea_refcount.c
authorEric Whitney <enwlinux@gmail.com>
Tue, 24 Dec 2013 06:58:09 +0000 (01:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 25 Dec 2013 03:50:23 +0000 (22:50 -0500)
commita8263cab57e57fa85ca2c281fe97554eb97441f1
tree22b3f8ef1d9f454eaa77f85dd8b7b859c925579d
parentb769aaec1aa7c03dd7413c5248eaa48b2aae8e7f
e2fsck: fix printf conversion specs in ea_refcount.c

Commit 130e961a6fb9d38997c83c6397cf9ddb5ed2491f changed the type
used to represent block numbers in ea_refcount.c from blk_t to blk64_t
to add support for 64 bit extended attribute refcounting.  We also
need to adjust printf conversion specs that now don't match their new
blk64_t arguments.  This will silence compiler warnings seen when
"make check" is run and will avoid truncation of printed values.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/ea_refcount.c