linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: proc: Add fs_context support to procfs
@ 2018-10-13  7:58 Alexey Dobriyan
  2018-10-17 13:28 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2018-10-13  7:58 UTC (permalink / raw)
  To: dhowells; +Cc: linux-kernel

> +struct proc_fs_context {
> +	struct pid_namespace	*pid_ns;
> +	unsigned long		mask;

mask should "unsigned" as there aren't lot of flags.

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

* Re: proc: Add fs_context support to procfs
  2018-10-13  7:58 proc: Add fs_context support to procfs Alexey Dobriyan
@ 2018-10-17 13:28 ` David Howells
  0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2018-10-17 13:28 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: dhowells, linux-kernel

Alexey Dobriyan <adobriyan@gmail.com> wrote:

> > +struct proc_fs_context {
> > +	struct pid_namespace	*pid_ns;
> > +	unsigned long		mask;
> 
> mask should "unsigned" as there aren't lot of flags.

Done, thanks.

David

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

end of thread, other threads:[~2018-10-17 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-13  7:58 proc: Add fs_context support to procfs Alexey Dobriyan
2018-10-17 13:28 ` David Howells

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).