[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200212074453.GH7068@infradead.org>
Date: Tue, 11 Feb 2020 23:44:53 -0800
From: Christoph Hellwig <hch@...radead.org>
To: Matthew Wilcox <willy@...radead.org>
Cc: linux-fsdevel@...r.kernel.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 10/25] fs: Introduce i_blocks_per_page
Looks good modulo some nitpicks below:
Reviewed-by: Christoph Hellwig <hch@....de>
> + * Context: Any context.
Does this add any value for a trivial helper like this?
> + * Return: The number of filesystem blocks covered by this page.
> + */
> +static inline
> +unsigned int i_blocks_per_page(struct inode *inode, struct page *page)
static inline unisnged int
i_blocks_per_page(struct inode *inode, struct page *page)
Powered by blists - more mailing lists