* [patch 3/3] reiser4: fix up compile errors when debug is on
@ 2014-11-30 21:45 Edward Shishkin
0 siblings, 0 replies; 2+ messages in thread
From: Edward Shishkin @ 2014-11-30 21:45 UTC (permalink / raw)
To: ReiserFS development mailing list, Ivan Shapovalov
[-- Attachment #1: Type: text/plain, Size: 59 bytes --]
Signed-off-by: Edward Shishkin <edward.shishkin@gmail.com>
[-- Attachment #2: reiser4-fix-compile-errors-when-debug-is-on.patch --]
[-- Type: text/x-patch, Size: 796 bytes --]
---
fs/reiser4/discard.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/fs/reiser4/discard.c
+++ b/fs/reiser4/discard.c
@@ -123,7 +123,7 @@ int discard_atom(txn_atom *atom, struct
}
assert("intelfx-28", atom != NULL);
- assert("intelfx-59", processed_entries != NULL);
+ assert("intelfx-59", processed_set != NULL);
if (list_empty(&atom->discard.delete_set)) {
/* Nothing left to discard. */
@@ -156,7 +156,7 @@ int discard_atom(txn_atom *atom, struct
void discard_atom_post(txn_atom *atom, struct list_head *processed_set)
{
assert("intelfx-60", atom != NULL);
- assert("intelfx-61", processed_entries != NULL);
+ assert("intelfx-61", processed_set != NULL);
if (!reiser4_is_set(reiser4_get_current_sb(), REISER4_DISCARD)) {
spin_unlock_atom(atom);
^ permalink raw reply [flat|nested] 2+ messages in thread* [patch 3/3] reiser4: fix up compile errors when debug is on
@ 2014-11-30 21:42 Edward Shishkin
0 siblings, 0 replies; 2+ messages in thread
From: Edward Shishkin @ 2014-11-30 21:42 UTC (permalink / raw)
To: ReiserFS development mailing list; +Cc: Ivan Shapovalov
Signed-off-by: Edward Shishkin <edward.shishkin@gmail.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-30 21:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-30 21:45 [patch 3/3] reiser4: fix up compile errors when debug is on Edward Shishkin
-- strict thread matches above, loose matches on Subject: below --
2014-11-30 21:42 Edward Shishkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).