From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f199.google.com (mail-pf0-f199.google.com [209.85.192.199]) by kanga.kvack.org (Postfix) with ESMTP id 9320F6B0388 for ; Fri, 10 Feb 2017 12:59:19 -0500 (EST) Received: by mail-pf0-f199.google.com with SMTP id 189so36919683pfu.0 for ; Fri, 10 Feb 2017 09:59:19 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org. [65.50.211.133]) by mx.google.com with ESMTPS id e7si2314340pfg.86.2017.02.10.09.59.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Feb 2017 09:59:18 -0800 (PST) Date: Fri, 10 Feb 2017 09:58:52 -0800 From: Matthew Wilcox Subject: Re: [PATCHv6 17/37] fs: make block_read_full_page() be able to read huge page Message-ID: <20170210175852.GE2267@bombadil.infradead.org> References: <20170126115819.58875-1-kirill.shutemov@linux.intel.com> <20170126115819.58875-18-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170126115819.58875-18-kirill.shutemov@linux.intel.com> Sender: owner-linux-mm@kvack.org List-ID: To: "Kirill A. Shutemov" Cc: Theodore Ts'o , Andreas Dilger , Jan Kara , Andrew Morton , Alexander Viro , Hugh Dickins , Andrea Arcangeli , Dave Hansen , Vlastimil Babka , Ross Zwisler , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-block@vger.kernel.org On Thu, Jan 26, 2017 at 02:57:59PM +0300, Kirill A. Shutemov wrote: > The approach is straight-forward: for compound pages we read out whole > huge page. Ouch. bufferheads must die ;-) > For huge page we cannot have array of buffer head pointers on stack -- > it's 4096 pointers on x86-64 -- 'arr' is allocated with kmalloc() for > huge pages. > > Signed-off-by: Kirill A. Shutemov Reviewed-by: Matthew Wilcox -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org