public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael <mikore.li@gmail.com>
To: linux clustering <linux-cluster@redhat.com>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [Linux-cluster] GFS - updated patches
Date: Thu, 11 Aug 2005 17:54:33 +0800	[thread overview]
Message-ID: <bc57270905081102545e9555c1@mail.gmail.com> (raw)
In-Reply-To: <20050811081729.GB12438@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

Hi, Dave,

I quickly applied gfs2 and dlm patches in kernel 2.6.12.2, it passed
compiling but has some warning log, see attachment. maybe helpful to
you.

Thanks,

Michael

On 8/11/05, David Teigland <teigland@redhat.com> wrote:
> Thanks for all the review and comments.  This is a new set of patches that
> incorporates the suggestions we've received.
> 
> http://redhat.com/~teigland/gfs2/20050811/gfs2-full.patch
> http://redhat.com/~teigland/gfs2/20050811/broken-out/
> 
> Dave
> 
> --
> Linux-cluster mailing list
> Linux-cluster@redhat.com
> http://www.redhat.com/mailman/listinfo/linux-cluster
>

[-- Attachment #2: gfs2_and_linux-2.6.12.2.txt --]
[-- Type: text/plain, Size: 4815 bytes --]

[michael@localhost kernel-gfs2-full-2.6.12.2]$ make SUBDIRS=fs/gfs2
  LD      fs/gfs2/built-in.o
  CC [M]  fs/gfs2/acl.o
  CC [M]  fs/gfs2/bits.o
  CC [M]  fs/gfs2/bmap.o
fs/gfs2/bmap.c: In function `find_metapath':
fs/gfs2/bmap.c:320: warning: implicit declaration of function `kzalloc'
fs/gfs2/bmap.c:320: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/daemon.o
  CC [M]  fs/gfs2/dir.o
fs/gfs2/dir.c: In function `leaf_dealloc':
fs/gfs2/dir.c:1910: warning: implicit declaration of function `kzalloc'
fs/gfs2/dir.c:1910: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/eaops.o
  CC [M]  fs/gfs2/eattr.o
  CC [M]  fs/gfs2/glock.o
  CC [M]  fs/gfs2/glops.o
  CC [M]  fs/gfs2/inode.o
  CC [M]  fs/gfs2/ioctl.o
  CC [M]  fs/gfs2/jdata.o
  CC [M]  fs/gfs2/lm.o
  CC [M]  fs/gfs2/log.o
fs/gfs2/log.c: In function `gfs2_log_get_buf':
fs/gfs2/log.c:363: warning: implicit declaration of function `kzalloc'
fs/gfs2/log.c:363: warning: assignment makes pointer from integer without a cast
fs/gfs2/log.c: In function `gfs2_log_fake_buf':
fs/gfs2/log.c:393: warning: assignment makes pointer from integer without a cast
fs/gfs2/log.c: In function `gfs2_log_flush_i':
fs/gfs2/log.c:524: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/lops.o
  CC [M]  fs/gfs2/lvb.o
  CC [M]  fs/gfs2/main.o
  CC [M]  fs/gfs2/meta_io.o
  CC [M]  fs/gfs2/mount.o
  CC [M]  fs/gfs2/ondisk.o
  CC [M]  fs/gfs2/ops_address.o
  CC [M]  fs/gfs2/ops_dentry.o
  CC [M]  fs/gfs2/ops_export.o
  CC [M]  fs/gfs2/ops_file.o
fs/gfs2/ops_file.c: In function `readdir_bad':
fs/gfs2/ops_file.c:1052: warning: implicit declaration of function `kzalloc'
fs/gfs2/ops_file.c:1052: warning: assignment makes pointer from integer without a cast
fs/gfs2/ops_file.c: In function `gfs2_open':
fs/gfs2/ops_file.c:1218: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/ops_fstype.o
  CC [M]  fs/gfs2/ops_inode.o
  CC [M]  fs/gfs2/ops_super.o
  CC [M]  fs/gfs2/ops_vm.o
  CC [M]  fs/gfs2/page.o
  CC [M]  fs/gfs2/proc.o
  CC [M]  fs/gfs2/quota.o
fs/gfs2/quota.c: In function `qd_alloc':
fs/gfs2/quota.c:51: warning: implicit declaration of function `kzalloc'
fs/gfs2/quota.c:51: warning: assignment makes pointer from integer without a cast
fs/gfs2/quota.c: In function `gfs2_quota_init':
fs/gfs2/quota.c:1058: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/resize.o
  CC [M]  fs/gfs2/recovery.o
  CC [M]  fs/gfs2/rgrp.o
fs/gfs2/rgrp.c: In function `gfs2_ri_update':
fs/gfs2/rgrp.c:300: warning: implicit declaration of function `kzalloc'
fs/gfs2/rgrp.c:300: warning: assignment makes pointer from integer without a cast
fs/gfs2/rgrp.c: In function `gfs2_alloc_get':
fs/gfs2/rgrp.c:530: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/super.o
fs/gfs2/super.c: In function `gfs2_jindex_hold':
fs/gfs2/super.c:306: warning: implicit declaration of function `kzalloc'
fs/gfs2/super.c:306: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/trans.o
fs/gfs2/trans.c: In function `gfs2_trans_begin_i':
fs/gfs2/trans.c:38: warning: implicit declaration of function `kzalloc'
fs/gfs2/trans.c:38: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/unlinked.o
fs/gfs2/unlinked.c: In function `ul_alloc':
fs/gfs2/unlinked.c:154: warning: implicit declaration of function `kzalloc'
fs/gfs2/unlinked.c:154: warning: assignment makes pointer from integer without a cast
fs/gfs2/unlinked.c: In function `gfs2_unlinked_init':
fs/gfs2/unlinked.c:342: warning: assignment makes pointer from integer without a cast
  CC [M]  fs/gfs2/util.o
  LD [M]  fs/gfs2/gfs2.o
  LD      fs/gfs2/locking/dlm/built-in.o
  CC [M]  fs/gfs2/locking/dlm/lock.o
  CC [M]  fs/gfs2/locking/dlm/main.o
  CC [M]  fs/gfs2/locking/dlm/mount.o
  CC [M]  fs/gfs2/locking/dlm/sysfs.o
  CC [M]  fs/gfs2/locking/dlm/thread.o
  LD [M]  fs/gfs2/locking/dlm/lock_dlm.o
  LD      fs/gfs2/locking/harness/built-in.o
  CC [M]  fs/gfs2/locking/harness/main.o
  LD [M]  fs/gfs2/locking/harness/lock_harness.o
  LD      fs/gfs2/locking/nolock/built-in.o
  CC [M]  fs/gfs2/locking/nolock/main.o
  LD [M]  fs/gfs2/locking/nolock/lock_nolock.o
  Building modules, stage 2.
  MODPOST
*** Warning: "kzalloc" [fs/gfs2/gfs2.ko] undefined!
  CC      fs/gfs2/gfs2.mod.o
  LD [M]  fs/gfs2/gfs2.ko
  CC      fs/gfs2/locking/dlm/lock_dlm.mod.o
  LD [M]  fs/gfs2/locking/dlm/lock_dlm.ko
  CC      fs/gfs2/locking/harness/lock_harness.mod.o
  LD [M]  fs/gfs2/locking/harness/lock_harness.ko
  CC      fs/gfs2/locking/nolock/lock_nolock.mod.o
  LD [M]  fs/gfs2/locking/nolock/lock_nolock.ko

  parent reply	other threads:[~2005-08-11  9:54 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-02  7:18 [PATCH 00/14] GFS David Teigland
2005-08-02  7:45 ` Arjan van de Ven
2005-08-02 14:57   ` Jan Engelhardt
2005-08-02 15:02     ` Arjan van de Ven
2005-08-03  1:00       ` Hans Reiser
2005-08-03  4:07         ` Kyle Moffett
2005-08-03  6:37           ` Jan Engelhardt
2005-08-03  9:09         ` Arjan van de Ven
2005-08-03  3:56   ` David Teigland
2005-08-03  9:17     ` Arjan van de Ven
2005-08-03 10:08       ` David Teigland
2005-08-03 10:37     ` Lars Marowsky-Bree
2005-08-03 18:54       ` Mark Fasheh
2005-08-05  7:14   ` David Teigland
2005-08-05  7:27     ` [Linux-cluster] " Mike Christie
2005-08-05  7:30       ` Mike Christie
2005-08-05  7:34     ` Arjan van de Ven
2005-08-05  9:44       ` David Teigland
2005-08-05 10:07         ` Jörn Engel
2005-08-05 10:31           ` David Teigland
2005-08-05  8:28     ` Jan Engelhardt
2005-08-05  8:34       ` Arjan van de Ven
2005-08-08  6:26     ` David Teigland
2005-08-11  6:06   ` David Teigland
2005-08-11  6:55     ` Arjan van de Ven
2005-08-02 10:16 ` Pekka Enberg
2005-08-03  6:36   ` David Teigland
2005-08-08 14:14     ` GFS Pekka J Enberg
2005-08-08 18:32       ` GFS Zach Brown
2005-08-09 14:49         ` GFS Pekka Enberg
2005-08-09 17:17           ` GFS Zach Brown
2005-08-09 18:35             ` GFS Pekka J Enberg
2005-08-10  4:48             ` GFS Pekka J Enberg
2005-08-10  7:21           ` GFS Christoph Hellwig
2005-08-10  7:31             ` GFS Pekka J Enberg
2005-08-10 16:26               ` GFS Mark Fasheh
2005-08-10 16:57                 ` GFS Pekka J Enberg
2005-08-10 18:21                   ` GFS Mark Fasheh
2005-08-10 20:18                     ` GFS Pekka J Enberg
2005-08-10 22:07                       ` GFS Mark Fasheh
2005-08-11  4:41                         ` GFS Pekka J Enberg
2005-08-10  5:59       ` GFS David Teigland
2005-08-10  6:06         ` GFS Pekka J Enberg
2005-08-03  6:44 ` [PATCH 00/14] GFS Pekka Enberg
2005-08-08  9:57   ` David Teigland
2005-08-08 10:00     ` GFS Pekka J Enberg
2005-08-08 10:05     ` [PATCH 00/14] GFS Arjan van de Ven
2005-08-08 10:20       ` Jörn Engel
2005-08-08 10:18     ` GFS Pekka J Enberg
2005-08-08 10:56       ` GFS David Teigland
2005-08-08 10:57         ` GFS Pekka J Enberg
2005-08-08 11:39           ` GFS David Teigland
2005-08-08 10:34     ` GFS Pekka J Enberg
2005-08-09 14:55     ` GFS Pekka J Enberg
2005-08-10  7:40     ` GFS Pekka J Enberg
2005-08-10  7:43       ` GFS Christoph Hellwig
2005-08-09 15:20 ` [PATCH 00/14] GFS Al Viro
2005-08-10  7:03   ` Christoph Hellwig
2005-08-10 10:30     ` Lars Marowsky-Bree
2005-08-10 10:32       ` Christoph Hellwig
2005-08-10 10:34         ` Lars Marowsky-Bree
2005-08-10 10:54           ` Christoph Hellwig
2005-08-10 11:02             ` Lars Marowsky-Bree
2005-08-10 11:05               ` Christoph Hellwig
2005-08-10 11:09                 ` Lars Marowsky-Bree
2005-08-10 11:11                   ` Christoph Hellwig
2005-08-10 13:26                     ` [Linux-cluster] " AJ Lewis
2005-08-10 15:43                       ` Kyle Moffett
2005-08-11  8:17 ` GFS - updated patches David Teigland
2005-08-11  8:21   ` [Linux-cluster] " Michael
2005-08-11  8:46     ` David Teigland
2005-08-11  8:49       ` Michael
2005-08-11  8:32   ` Arjan van de Ven
2005-08-11  8:50     ` David Teigland
2005-08-11  8:50       ` Arjan van de Ven
2005-08-11  9:16         ` David Teigland
2005-08-11 10:04           ` Pekka Enberg
2005-08-11  9:54   ` Michael [this message]
2005-08-11 10:00     ` [Linux-cluster] " Pekka Enberg

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=bc57270905081102545e9555c1@mail.gmail.com \
    --to=mikore.li@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-cluster@redhat.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