Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1622064 > unrolled thread
| Started by | Jan Kara <jack@suse.cz> |
|---|---|
| First post | 2017-04-12 14:20 +0200 |
| Last post | 2017-04-12 14:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 03/17] buffer: use mapping_set_error instead of setting the flag Jan Kara <jack@suse.cz> - 2017-04-12 14:20 +0200
| From | Jan Kara <jack@suse.cz> |
|---|---|
| Date | 2017-04-12 14:20 +0200 |
| Subject | Re: [PATCH v2 03/17] buffer: use mapping_set_error instead of setting the flag |
| Message-ID | <tvppD-4l7-5@gated-at.bofh.it> |
On Wed 12-04-17 08:06:00, Jeff Layton wrote: > Signed-off-by: Jeff Layton <jlayton@redhat.com> Looks good. You can add: Reviewed-by: Jan Kara <jack@suse.cz> Honza > --- > fs/buffer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/buffer.c b/fs/buffer.c > index 9196f2a270da..70638941066d 100644 > --- a/fs/buffer.c > +++ b/fs/buffer.c > @@ -483,7 +483,7 @@ static void __remove_assoc_queue(struct buffer_head *bh) > list_del_init(&bh->b_assoc_buffers); > WARN_ON(!bh->b_assoc_map); > if (buffer_write_io_error(bh)) > - set_bit(AS_EIO, &bh->b_assoc_map->flags); > + mapping_set_error(bh->b_assoc_map, -EIO); > bh->b_assoc_map = NULL; > } > > -- > 2.9.3 > -- Jan Kara <jack@suse.com> SUSE Labs, CR
Back to top | Article view | linux.kernel
csiph-web