[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200212150540.GE7778@bombadil.infradead.org>
Date: Wed, 12 Feb 2020 07:05:40 -0800
From: Matthew Wilcox <willy@...radead.org>
To: Christoph Hellwig <hch@...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
On Tue, Feb 11, 2020 at 11:44:53PM -0800, Christoph Hellwig wrote:
> 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?
I think it's good to put them in to remind people they should be putting
them in for more complex functions. Just like the Return: section.
> > + * 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)
That's XFS coding style. Linus has specifically forbidden that:
https://lore.kernel.org/lkml/1054519757.161606@palladium.transmeta.com/
Powered by blists - more mailing lists