Whamcloud - gitweb
LU-3014 utils: Fix an offset overflow in file_create()
[fs/lustre-release.git] / lustre / utils / mount_utils.h
index 56d987e..912d0a4 100644 (file)
@@ -131,7 +131,7 @@ int read_local_files(struct mkfs_opts *mop);
 int is_lustre_target(struct mkfs_opts *mop);
 
 /* loopback helper functions */
-int file_create(char *path, int size);
+int file_create(char *path, __u64 size);
 int loop_format(struct mkfs_opts *mop);
 int loop_setup(struct mkfs_opts *mop);
 int loop_cleanup(struct mkfs_opts *mop);