From: Sunil Mushran <sunil.mushran@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 03/18] ocfs2: Handle missing dtor in kmem_cache_create()
Date: Thu, 12 Nov 2009 18:37:01 -0800 [thread overview]
Message-ID: <4AFCC64D.9040102@oracle.com> (raw)
In-Reply-To: <20091113021753.GA21197@mail.oracle.com>
Joel Becker wrote:
> On Thu, Nov 12, 2009 at 05:47:24PM -0800, Sunil Mushran wrote:
>
>> Mainline commit 20c2df83d25c6a95affe6157a4c9cac4cf5ffaac removed the
>> dtor arg from kmem_cache_create(). Patch adds a kapi macro that adds
>> a dtor arg when building against EL5 kernels.
>>
>
> Question: Do you want to support an assortment of mainline
> kernels, or only "2.6.32" and "2.6.18-el"? Because there are a number
> of slab things that happened. I'm not sure which all apply to el5
> anymore. Not only did the destructor go away, so did the flag
> SLAB_CTOR_VERIFY, and the init_once constructors changed prototype.
> Here was my solution:
>
> http://oss.oracle.com/git/oracleasm.git/?p=oracleasm.git;a=commit;h=0888fd1be3d15ab3c7f504c8969c101f7d5d39fd
>
> (Note that there are a couple of later commits to fix typos)
>
Only EL5 U4. The idea is to be able to able to build against 2.6.32.
But we only support running against EL5 U4.
next prev parent reply other threads:[~2009-11-13 2:37 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-13 1:47 [Ocfs2-devel] ocfs2-1.6 - fifth set Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 01/18] ocfs2: Add kapi-default.h in cluster and dlm Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 02/18] ocfs2: Add KAPI_INIT_WORK macro in kapi-default.h Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 03/18] ocfs2: Handle missing dtor in kmem_cache_create() Sunil Mushran
2009-11-13 2:17 ` Joel Becker
2009-11-13 2:37 ` Sunil Mushran [this message]
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 04/18] ocfs2/cluster: Handle different prototype of bi_end_io_t Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 05/18] ocfs2: Handle missing fmode_t in blkdev_put() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 06/18] ocfs2: Handle older prototype of blkdev_get() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 07/18] ocfs2: Handles missing configfs_depend_item() and configfs_undepend_item() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 08/18] ocfs2: Handle missing mutex in struct configfs_subsystem Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 09/18] ocfs2: Handle missing helper kernel_sock_shutdown() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 10/18] ocfs2: Handle missing bdi_init()/bdi_destroy() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 11/18] ocfs2: Handle missing BDI_CAP_NO_ACCT_AND_WRITEBACK Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 12/18] ocfs2: Handle missing vmops->fault() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 13/18] ocfs2: Handle missing inode_permission() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 14/18] ocfs2: Handle older prototype of simple attribute get() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 15/18] ocfs2: Handle missing export should_remove_suid() Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 16/18] ocfs2: Handle missing struct path in struct nameidata Sunil Mushran
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 17/18] ocfs2: Handle missing filemap_fdatawait_range() Sunil Mushran
2009-11-13 2:27 ` Joel Becker
2009-11-13 1:47 ` [Ocfs2-devel] [PATCH 18/18] ocfs2: Add fops->sendfile() Sunil Mushran
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=4AFCC64D.9040102@oracle.com \
--to=sunil.mushran@oracle.com \
--cc=ocfs2-devel@oss.oracle.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.