All of lore.kernel.org
 help / color / mirror / Atom feed
* [Ocfs2-devel] ocfs2-1.4: A new beginning - 2nd attempt
@ 2007-12-31 14:25 Sunil Mushran
  2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 21/30] ocfs2: Handle splice.h Sunil Mushran
                   ` (27 more replies)
  0 siblings, 28 replies; 32+ messages in thread
From: Sunil Mushran @ 2007-12-31 14:25 UTC (permalink / raw)
  To: ocfs2-devel

These patches have incorporated almost all of Joel's comments. I still need
to discuss 0018-ocfs2-Handle-the-removal-of-struct-subsystem.patch with him.

Joel, I added your sign-offs even in patches that required changes (that is
after making the change.) I did so for easier tracking. Let me know if you
have any other comments.

Thanks
Sunil

===================================================================
These patches allow ocfs2 pulled from mainline commit
e7b34019606ab1dd06196635e931b0c302799228 to build on 2.6.18.
I am not emailing the first set of patches that essentially copy
the source from the mainline and copy the build infrastructure files
from ocfs2-1.2.

The rationale behind this series of patches is not only to allow
it to build with el5 (2.6.18) but to do so with minimal code changes.
The latter will help us later when we have to backport new patches
from mainline.

Please review the patches concentrating on the tricks played to
allow one to build the same tree against both 2.6.18 and mainline.
=====================================================================

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2008-01-02 15:14 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 14:25 [Ocfs2-devel] ocfs2-1.4: A new beginning - 2nd attempt Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 21/30] ocfs2: Handle splice.h Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 22/30] ocfs2: Handle missing macro MNT_RELATIME Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 20/30] ocfs2: Handle missing iop->fallocate() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 30/30] ocfs2: Handle missing exportfs.h Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 03/30] ocfs2: Handle workqueue changes Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 07/30] ocfs2: Handle missing vmops->fault() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 23/30] ocfs2: Handles missing export should_remove_suid() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 13/30] ocfs2: Define FS_RENAME_DOES_D_MOVE Sunil Mushran
2008-01-02 15:14   ` [Ocfs2-devel] " Joel Becker
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 28/30] ocfs2: Handle missing __splice_from_pipe() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 26/30] ocfs2: Handle missing const struct inode_operations in struct inode Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 04/30] ocfs2: Handle macro uninitialized_var Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 27/30] ocfs2: Handle missing vectorized fileops aio_read() and aio_write() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 17/30] ocfs2: Handle su_mutex in struct configfs_subsystem Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 12/30] ocfs2: Handle missing dtors in kmem_cache_create() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 09/30] ocfs2: Define enum umh_wait Sunil Mushran
2008-01-02 15:12   ` [Ocfs2-devel] " Joel Becker
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 29/30] ocfs2: Handle older prototype of bi_end_io_t Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 10/30] ocfs2: Add helper inc_nlink Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 05/30] ocfs2: Handle macro zero_user_page() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 16/30] ocfs2: Handle different prototypes of register_sysctl_table() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 08/30] ocfs2: Handle struct f_path in struct file Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 06/30] ocfs2: Include do_sync_mapping_range() from mainline Sunil Mushran
2008-01-02 15:10   ` [Ocfs2-devel] " Joel Becker
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 14/30] ocfs2: Handle enum value FS_OCFS2 Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 18/30] ocfs2: Handle the removal of struct subsystem Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 15/30] ocfs2: Handles configfs_depend_item() and configfs_undepend_item() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 24/30] ocfs2: Handle missing export generic_segment_checks() Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 11/30] ocfs2: Add helper drop_nlink Sunil Mushran
2007-12-31 14:25 ` [Ocfs2-devel] [PATCH 19/30] ocfs2: Handle missing macro is_owner_or_cap() Sunil Mushran
2007-12-31 14:26 ` [Ocfs2-devel] [PATCH 25/30] ocfs2: Handle missing const s_op in struct super_block Sunil Mushran

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.