On 01/07/2014 02:12 AM, Laszlo Ersek wrote:
@@ -726,6 +726,34 @@ static int write_end_flat_header(int fd) > return 0; > } > > +static int write_buffer(int fd, bool flag_flatten, off_t offset, void *buf, > + size_t size) > +{You might have wanted to const-qualify "*buf" here, but it certainly doesn't warrant a respin.
Acked, I will reflect it in later version. -- Regards Qiao Nuohan