linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: hugang <linuxhappy@etang.com>
To: linux-kernel@vger.kernel.org
Subject: patch:reiserfs 3.6.25 + LVM
Date: Sat, 13 Jan 2001 22:49:56 -0800	[thread overview]
Message-ID: <20010113224956.54b6f5e1.linuxhappy@etang.com> (raw)

--- reiserfs_fs.h       Sat Jan 13 22:46:42 2001
+++ reiserfs_fs.h.old   Sat Jan 13 22:17:45 2001
@@ -1420,7 +1420,7 @@
 #define op_is_left_mergeable(key,bsize)              item_ops[le_key_k_type (le_key_version (key), key)]->is_left_mergeable (key, bsize)
 #define op_print_item(ih,item)                       item_ops[le_ih_k_type (ih)]->print_item (ih, item)
 #define op_check_item(ih,item)                       item_ops[le_ih_k_type (ih)]->check_item (ih, item)
-#define op_create_vi(vn,vi,is_affected,insert_size)  item_ops[le_ih_k_type(vi->vi_ih)]->create_vi > 0 ? item_ops[le_ih_k_type (vi->vi_ih)]->create_vi(vn,vi,is_affected,insert_size) : 0
+#define op_create_vi(vn,vi,is_affected,insert_size)  item_ops[le_ih_k_type (vi->vi_ih)]->create_vi (vn,vi,is_affected,insert_size)
 #define op_check_left(vi,free,start_skip,end_skip)   item_ops[(vi)->vi_index]->check_left (vi, free, start_skip, end_skip)
 #define op_check_right(vi,free)                      item_ops[(vi)->vi_index]->check_right (vi, free)
 #define op_part_size(vi,from,to)                     item_ops[(vi)->vi_index]->part_size (vi, from, to)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

                 reply	other threads:[~2001-01-13 18:31 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=20010113224956.54b6f5e1.linuxhappy@etang.com \
    --to=linuxhappy@etang.com \
    --cc=linux-kernel@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).