From 2e905e5f2a3df605c68cb8633580c918e9f4ba71 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 29 Dec 2010 14:20:53 -0800 Subject: ext4_utils: Fix warnings Change-Id: Ibeb2001a1ac8cfedd9fced11b17afba4940b6bd5 --- ext4_utils/contents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext4_utils/contents.c') diff --git a/ext4_utils/contents.c b/ext4_utils/contents.c index 0ecdfd43..0f816b86 100644 --- a/ext4_utils/contents.c +++ b/ext4_utils/contents.c @@ -115,7 +115,7 @@ u32 make_directory(u32 dir_inode_num, u32 entries, struct dentry *dentries, data = inode_allocate_data_extents(inode, len, len); if (data == NULL) { - error("failed to allocate %llu extents", len); + error("failed to allocate %u extents", len); return EXT4_ALLOCATE_FAILED; } -- cgit v1.2.3