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:
b3ff056
)
jbd2: fix build when CONFIG_BUG is not enabled
author
Randy Dunlap
<rdunlap@xenotime.net>
Thu, 27 Oct 2011 08:05:13 +0000
(
04:05
-0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 27 Oct 2011 08:05:13 +0000
(
04:05
-0400)
Fix build error when CONFIG_BUG is not enabled:
fs/jbd2/transaction.c:1175:3: error: implicit declaration of function '__WARN'
by changing __WARN() to WARN_ON(), as suggested by
Arnaud Lacombe <lacombar@gmail.com>.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Arnaud Lacombe <lacombar@gmail.com>
fs/jbd2/transaction.c
patch
|
blob
|
history
diff --cc
fs/jbd2/transaction.c
Simple merge