Home
last modified time | relevance | path

Searched hist:c08a690b46919e6b531c1a2bb74389323e5f5b1c (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dinline.cdiff c08a690b46919e6b531c1a2bb74389323e5f5b1c Wed Oct 15 12:16:54 CDT 2014 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: should truncate any allocated block for inline_data write

When trying to write inline_data, we should truncate any data block allocated
and pointed by the inode block.
We should consider the data index is not 0.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>