On Sat, Feb 13, 2016 at 09:51:31PM +0800, Kinglong Mee wrote: > Only treat write goes up to the inode size as aligned request, > because it always write PAGE_CACHE_SIZE, but read a dynamic size. Can you explain what the point is? We'll never use data pas the block size in the page cache, but per the block size requirement in the spec we must be able to read it. This patch means we can't direct storage reads where we previously could, without any obvious upside. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html