commit | 72d622b42258a0ed0b6e8c0f40d7628de935d058 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Apr 30 20:08:05 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Apr 30 20:08:05 2017 -0400 |
tree | 02103c9900f34edfa55341f75f470328e67368fd | |
parent | dddbd6ac8f25b2d61e3e1c7134e3b3e1b9cd8670 [diff] |
ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio() Add fallback code and a WARN_ONCE() call instead of a BUG_ON() in the ext4_end_bio() function. Signed-off-by: Theodore Ts'o <tytso@mit.edu>