diff options
Diffstat (limited to 'fs/jbd2/commit.c')
| -rw-r--r-- | fs/jbd2/commit.c | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index b6b194ec1b4f..3c1c31321d9b 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c | |||
| @@ -263,18 +263,10 @@ static int journal_finish_inode_data_buffers(journal_t *journal, | |||
| 263 | continue; | 263 | continue; |
| 264 | jinode->i_flags |= JI_COMMIT_RUNNING; | 264 | jinode->i_flags |= JI_COMMIT_RUNNING; |
| 265 | spin_unlock(&journal->j_list_lock); | 265 | spin_unlock(&journal->j_list_lock); |
| 266 | err = filemap_fdatawait(jinode->i_vfs_inode->i_mapping); | 266 | err = filemap_fdatawait_keep_errors( |
| 267 | if (err) { | 267 | jinode->i_vfs_inode->i_mapping); |
| 268 | /* | 268 | if (!ret) |
| 269 | * Because AS_EIO is cleared by | 269 | ret = err; |
| 270 | * filemap_fdatawait_range(), set it again so | ||
| 271 | * that user process can get -EIO from fsync(). | ||
| 272 | */ | ||
| 273 | mapping_set_error(jinode->i_vfs_inode->i_mapping, -EIO); | ||
| 274 | |||
| 275 | if (!ret) | ||
| 276 | ret = err; | ||
| 277 | } | ||
| 278 | spin_lock(&journal->j_list_lock); | 270 | spin_lock(&journal->j_list_lock); |
| 279 | jinode->i_flags &= ~JI_COMMIT_RUNNING; | 271 | jinode->i_flags &= ~JI_COMMIT_RUNNING; |
| 280 | smp_mb(); | 272 | smp_mb(); |
