git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e850597
)
ext4: Replace BUG_ON() with ext4_error() in move_extents.c
author
Akira Fujita
<a-fujita@rs.jp.nec.com>
Wed, 16 Sep 2009 17:46:35 +0000
(13:46 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 16 Sep 2009 17:46:35 +0000
(13:46 -0400)
Replace BUG_ON calls with a call to ext4_error()
to print an error message if EXT4_IOC_MOVE_EXT failed
with some kind of reasons. This will help to debug.
Ted pointed this out, thanks.
Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found