[PATCH -next] vfs: fix typos etc. in Documentation/filesystems/mount_api.txt

2018-12-01 Thread Randy Dunlap
From: Randy Dunlap Fix typos, grammar, missing '_'s in mount_api.txt. Signed-off-by: Randy Dunlap Cc: David Howells Cc: Al Viro --- Also, is this meant to be "baz" or "bar"? static const struct constant_table afs_param_keys[] = { { "baz",Opt_bar },

[PATCH] Documentation: devres: note checking needs when converting

2018-12-01 Thread Nicholas Mc Guire
There are a number of cases where conversions to devm_* API have been done but developers forgot that this conversion may imply that return values need to be checked for failure of internal resource handling like allocation. While this should be clear, it does seem to be a relatively common issue w

Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3

2018-12-01 Thread Geert Uytterhoeven
Hi Jon, On Fri, Nov 30, 2018 at 11:15 PM Jonathan Corbet wrote: > On Fri, 30 Nov 2018 14:12:19 -0800 > Jarkko Sakkinen wrote: > > > As a maintainer myself (and based on somewhat disturbed feedback from > > other maintainers) I can only make the conclusion that nobody knows what > > the responsib