summaryrefslogtreecommitdiff
path: root/fs/signalfd.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2014-10-30 17:53:17 +0300
committerTheodore Ts'o <tytso@mit.edu>2014-10-30 17:53:17 +0300
commit4f879ca687a5f2473b952937ce92c795a39019b4 (patch)
tree82bc9483da48a41d56224a0236246543e8fd9b6d /fs/signalfd.c
parent6050d47adcadbb53582434d919ed7f038d936712 (diff)
downloadlinux-4f879ca687a5f2473b952937ce92c795a39019b4.tar.xz
ext4: bail early when clearing inode journal flag fails
When clearing inode journal flag, we call jbd2_journal_flush() to force all the journalled data to their final locations. Currently we ignore when this fails and continue clearing inode journal flag. This isn't a big problem because when jbd2_journal_flush() fails, journal is likely aborted anyway. But it can still lead to somewhat confusing results so rather bail out early. Coverity-id: 989044 Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/signalfd.c')
0 files changed, 0 insertions, 0 deletions