]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 May 2017 00:08:05 +0000 (20:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 May 2017 00:08:05 +0000 (20:08 -0400)
commit72d622b42258a0ed0b6e8c0f40d7628de935d058
tree02103c9900f34edfa55341f75f470328e67368fd
parentdddbd6ac8f25b2d61e3e1c7134e3b3e1b9cd8670
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>
fs/ext4/page-io.c