From: Edward Shishkin <edward.shishkin@gmail.com>
To: ReiserFS development mailing list
<reiserfs-devel@vger.kernel.org>,
Ivan Shapovalov <intelfx100@gmail.com>
Subject: [patch 3/3] reiser4: fix up compile errors when debug is on
Date: Sun, 30 Nov 2014 22:45:18 +0100 [thread overview]
Message-ID: <547B8FEE.8080204@gmail.com> (raw)
[-- 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);
next reply other threads:[~2014-11-30 21:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-30 21:45 Edward Shishkin [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-11-30 21:42 [patch 3/3] reiser4: fix up compile errors when debug is on Edward Shishkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=547B8FEE.8080204@gmail.com \
--to=edward.shishkin@gmail.com \
--cc=intelfx100@gmail.com \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).