]> 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)
commit467d2193efac251778d1ec182540bc33b3e87b46
tree141c76f177f8625db5a394f0b3f294e35e383b8d
parent49c1bd25f05425880c3b6507bb269ad7610c1b06
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 47378fc01159.

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