From: Artem Bityutskiy Date: Tue, 1 Feb 2011 17:02:49 +0000 (+0200) Subject: UBIFS: introduce write-buffer size field X-Git-Tag: v2.6.39-rc1~421^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c89f396dc78671cfbc1eb20ef1d5be6a9a02780;p=pandora-kernel.git UBIFS: introduce write-buffer size field Currently we assume write-buffer size is always min_io_size. But this is about to change and write-buffers may be of variable size. Namely, they will be of max_write_size at the beginning, but will get smaller when we are approaching the end of LEB. This is a preparation patch which introduces 'size' field in the write-buffer structure which carries the current write-buffer size. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed