From: Nick Sillik <n.sillik@temple.edu>
To: linux-kernel@vger.kernel.org, reiserfs-dev@namesys.com
Subject: [PATCH 2.6.13-rc3-mm2] fs/reiser4/plugin/node/node40.h fix warning with -Wundef
Date: Wed, 27 Jul 2005 18:17:32 -0400 [thread overview]
Message-ID: <42E807FC.4050508@temple.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
Fixes another -Wundef warning in ReiserFS code.
Nick Sillik
n.sillik@temple.edu
Signed-off-by: Nick Sillik <n.sillik@temple.edu>
[-- Attachment #2: reiser_node40_wundef.patch --]
[-- Type: text/plain, Size: 523 bytes --]
diff -urN a/fs/reiser4/plugin/node/node40.h b/fs/reiser4/plugin/node/node40.h
--- a/fs/reiser4/plugin/node/node40.h 2005-07-27 18:14:04.000000000 -0400
+++ b/fs/reiser4/plugin/node/node40.h 2005-07-27 18:14:53.000000000 -0400
@@ -80,7 +80,7 @@
int check_node40(const znode * node, __u32 flags, const char **error);
int parse_node40(znode * node);
int init_node40(znode * node);
-#if GUESS_EXISTS
+#ifdef GUESS_EXISTS
int guess_node40(const znode * node);
#endif
void change_item_size_node40(coord_t * coord, int by);
reply other threads:[~2005-07-27 22:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=42E807FC.4050508@temple.edu \
--to=n.sillik@temple.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=reiserfs-dev@namesys.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.