linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v9 1/2] fs: New zonefs file system
@ 2020-01-28 15:34 Markus Elfring
  2020-01-29  4:13 ` Damien Le Moal
  0 siblings, 1 reply; 4+ messages in thread
From: Markus Elfring @ 2020-01-28 15:34 UTC (permalink / raw)
  To: Damien Le Moal, linux-fsdevel, linux-xfs
  Cc: linux-kernel, Darrick J. Wong, Hannes Reinecke,
	Johannes Thumshirn, Linus Torvalds, Naohiro Aota

…
> +++ b/fs/zonefs/super.c
> +out:
> +	kunmap(page);
> +out_free:
> +	__free_page(page);


Would you like to reconsider your name selection for such labels?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?id=b0be0eff1a5ab77d588b76bd8b1c92d5d17b3f73#n460

Change possibility:

+unmap:
+	kunmap(page);
+free_page:
+	__free_page(page);


Regards,
Markus

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-29  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-28 15:34 [PATCH v9 1/2] fs: New zonefs file system Markus Elfring
2020-01-29  4:13 ` Damien Le Moal
2020-01-29  8:20   ` [v9 " Markus Elfring
2020-01-29  8:24     ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).