diff mbox

[4/4] resize: bigalloc_check() should have return type void

Message ID 1361807708-15871-5-git-send-email-jack@suse.cz
State Not Applicable, archived
Headers show

Commit Message

Jan Kara Feb. 25, 2013, 3:55 p.m. UTC
Signed-off-by: Jan Kara <jack@suse.cz>
---
 resize/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Theodore Ts'o March 1, 2013, 1:07 a.m. UTC | #1
On Mon, Feb 25, 2013 at 05:55:08AM -0000, Jan Kara wrote:
> Signed-off-by: Jan Kara <jack@suse.cz>

This was also fixed by commit 0d89e5ace.

Cheers,

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/resize/main.c b/resize/main.c
index 4cbfe69..b648a15 100644
--- a/resize/main.c
+++ b/resize/main.c
@@ -147,7 +147,7 @@  static void determine_fs_stride(ext2_filsys fs)
 #endif
 }
 
-static bigalloc_check(ext2_filsys fs, int force)
+static void bigalloc_check(ext2_filsys fs, int force)
 {
 	if (!force && EXT2_HAS_RO_COMPAT_FEATURE(fs->super,
 				EXT4_FEATURE_RO_COMPAT_BIGALLOC)) {