Re: [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors

2017-06-29 Thread Jeff Layton
On Thu, 2017-06-29 at 18:21 +, Matthew Wilcox wrote: > From: Jeff Layton [mailto:jlay...@poochiereds.net] > > On Thu, 2017-06-29 at 10:11 -0700, Darrick J. Wong wrote: > > > On Thu, Jun 29, 2017 at 09:19:48AM -0400, jlay...@kernel.org wrote: > > > > +Handling errors during writeback > > > > +--

RE: [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors

2017-06-29 Thread Matthew Wilcox
From: Jeff Layton [mailto:jlay...@poochiereds.net] > On Thu, 2017-06-29 at 10:11 -0700, Darrick J. Wong wrote: > > On Thu, Jun 29, 2017 at 09:19:48AM -0400, jlay...@kernel.org wrote: > > > +Handling errors during writeback > > > + > > > +Most applications that utiliz

Re: [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors

2017-06-29 Thread Jeff Layton
On Thu, 2017-06-29 at 10:11 -0700, Darrick J. Wong wrote: > On Thu, Jun 29, 2017 at 09:19:48AM -0400, jlay...@kernel.org wrote: > > From: Jeff Layton > > > > Let's try to make this extra clear for fs authors. > > > > Cc: Jan Kara > > Signed-off-by: Jeff Layton > > --- > > Documentation/filesy

Re: [PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors

2017-06-29 Thread Darrick J. Wong
On Thu, Jun 29, 2017 at 09:19:48AM -0400, jlay...@kernel.org wrote: > From: Jeff Layton > > Let's try to make this extra clear for fs authors. > > Cc: Jan Kara > Signed-off-by: Jeff Layton > --- > Documentation/filesystems/vfs.txt | 43 > --- > 1 file chan

[PATCH v8 12/18] Documentation: flesh out the section in vfs.txt on storing and reporting writeback errors

2017-06-29 Thread jlayton
From: Jeff Layton Let's try to make this extra clear for fs authors. Cc: Jan Kara Signed-off-by: Jeff Layton --- Documentation/filesystems/vfs.txt | 43 --- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/Documentation/filesystems/vfs.txt b/