Re: [PATCH 1/2] ceph: use errseq_t for writeback error reporting

2017-07-26 Thread Yan, Zheng
On Tue, Jul 25, 2017 at 10:50 PM, Jeff Layton wrote: > From: Jeff Layton > > Ensure that when writeback errors are marked that we report those to all > file descriptions that were open at the time of the error. > > Signed-off-by: Jeff Layton

Re: [PATCH 1/2] ceph: use errseq_t for writeback error reporting

2017-07-26 Thread Yan, Zheng
On Tue, Jul 25, 2017 at 10:50 PM, Jeff Layton wrote: > From: Jeff Layton > > Ensure that when writeback errors are marked that we report those to all > file descriptions that were open at the time of the error. > > Signed-off-by: Jeff Layton > --- > fs/ceph/caps.c | 2 +- > 1 file changed, 1

[PATCH 1/2] ceph: use errseq_t for writeback error reporting

2017-07-25 Thread Jeff Layton
From: Jeff Layton Ensure that when writeback errors are marked that we report those to all file descriptions that were open at the time of the error. Signed-off-by: Jeff Layton --- fs/ceph/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 1/2] ceph: use errseq_t for writeback error reporting

2017-07-25 Thread Jeff Layton
From: Jeff Layton Ensure that when writeback errors are marked that we report those to all file descriptions that were open at the time of the error. Signed-off-by: Jeff Layton --- fs/ceph/caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ceph/caps.c