]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: check return value of blkdev_issue_flush()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 17 Aug 2012 13:58:17 +0000 (09:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Aug 2012 13:58:17 +0000 (09:58 -0400)
commit5c8efd05b14580cb14e69545053333fc4ad13391
tree141c76f177f8625db5a394f0b3f294e35e383b8d
parent2c1f0b0490b557e33c65a090dfc2d10f525cf947
ext4: check return value of blkdev_issue_flush()

blkdev_issue_flush() can fail; make sure the error gets properly
propagated.

This is a port of the equivalent ext3 patch from commit 7108a43ae32c.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/fsync.c