OSDN Git Service

f2fs_utils: support new f2fs-tools f2fs_finalize_device API.
authorJP Abgrall <jpa@google.com>
Fri, 13 Jun 2014 23:10:51 +0000 (16:10 -0700)
committerJP Abgrall <jpa@google.com>
Tue, 17 Jun 2014 20:32:15 +0000 (13:32 -0700)
Change-Id: Id5a6a7edc7871a6c0eb452ad7136732b9a730e6a
Signed-off-by: JP Abgrall <jpa@google.com>
f2fs_utils/f2fs_ioutils.c

index a211b05..53b7b4b 100644 (file)
@@ -136,7 +136,7 @@ static int dev_write_sparse(void *buf, __u64 byte_offset, size_t byte_len)
        return 0;
 }
 
-void f2fs_finalize_device()
+void f2fs_finalize_device(struct f2fs_configuration *c)
 {
 }