On Wed, Feb 13, 2013 at 02:21:59PM +0100, Kevin Wolf wrote: > + /* > + * Save info needed for meta data update. > + * > + * requested_sectors: Number of sectors from the start of the first > + * newly allocated cluster to the end of the (possibly shortened > + * before) write request. > + * > + * avail_sectors: Number of sectors from the start of the first > + * newly allocated to the end of the last newly allocated cluster. > + * > + * nb_sectors: The number of sectors from the start of the first > + * newly allocated cluster to the end of the aread that the write
s/aread/read/