Re: [PATCH v3] doc: brief user documentation for completion

2015-01-29 Thread Valdis . Kletnieks
On Thu, 29 Jan 2015 16:55:45 +0100, Nicholas Mc Guire said: > Signed-off-by: Nicholas Mc Guire > --- > > v3: cleanups and merged review notes from Jonathan Corbet > > patch is against 3.19.0-rc5 -next-20150119 > > Documentation/scheduler/completion.txt | 243 >

Re: [PATCH v3] doc: brief user documentation for completion

2015-01-29 Thread Jonathan Corbet
On Thu, 29 Jan 2015 16:55:45 +0100 Nicholas Mc Guire wrote: > v3: cleanups and merged review notes from Jonathan Corbet Almost there, but... > +To use completions one needs to include and [...] > + struct completions { [...] > + wait_for_completions(&early_console_added); [...] > +The

[PATCH v3] doc: brief user documentation for completion

2015-01-29 Thread Nicholas Mc Guire
Signed-off-by: Nicholas Mc Guire --- v3: cleanups and merged review notes from Jonathan Corbet patch is against 3.19.0-rc5 -next-20150119 Documentation/scheduler/completion.txt | 243 1 file changed, 243 insertions(+) create mode 100644 Documentation/schedul