X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_yaffs2.c;fp=yaffs_yaffs2.c;h=aa32055989a42a14496d48b1647d0c921cea9f5f;hp=d580f72e3f4ec42d593eaca876e0a36c056e97b8;hb=fc4028b21ae665f45c149e66b10d13374721383c;hpb=20de150d680c2a84c4a2e0d5f0f354274c7ff9ab diff --git a/yaffs_yaffs2.c b/yaffs_yaffs2.c index d580f72..aa32055 100644 --- a/yaffs_yaffs2.c +++ b/yaffs_yaffs2.c @@ -836,7 +836,7 @@ int yaffs2_handle_hole(struct yaffs_obj *obj, loff_t new_size) * of hole marker. */ loff_t old_file_size; - int increase; + loff_t increase; int small_hole; int result = YAFFS_OK; struct yaffs_dev *dev = NULL;