> - __block_commit_write(inode, page, start, start+copied); > + __block_commit_write(page, start, start+copied); Please throew in the missing whitespaces around the + here. Otherwise looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx>
> - __block_commit_write(inode, page, start, start+copied); > + __block_commit_write(page, start, start+copied); Please throew in the missing whitespaces around the + here. Otherwise looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx>