Btrfs: mark mapping with error flag to report errors to userspace
authorLiu Bo <bo.li.liu@oracle.com>
Mon, 12 May 2014 04:47:36 +0000 (12:47 +0800)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:47 +0000 (17:20 -0700)
commit5dca6eea91653e9949ce6eb9e9acab6277e2f2c4
treeb170e4ffb449b3cb876efcb1ebbe957c5fc71c8b
parent29cc83f69c8338ff8fd1383c9be263d4bdf52d73
Btrfs: mark mapping with error flag to report errors to userspace

According to commit 865ffef3797da2cac85b3354b5b6050dc9660978
(fs: fix fsync() error reporting),
it's not stable to just check error pages because pages can be
truncated or invalidated, we should also mark mapping with error
flag so that a later fsync can catch the error.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/extent_io.c