[Ocfs2-devel] [PATCH 1/2] Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to new added ocfs2_ioctl.h.

Joel Becker Joel.Becker at oracle.com
Fri Feb 5 15:09:14 PST 2010


On Fri, Jan 08, 2010 at 04:51:56PM +0800, Tristan Ye wrote:
> Currently we were adding ioctl cmds/structures for ocfs2 into ocfs2_fs.h
> which was used for define ocfs2 on-disk layout. That sounds a little bit
> confusing, and it may be quickly polluted espcially when growing the
> ocfs2_info_request ioctls afterwards(it will grow i bet).
> 
> As a result, such OCFS2 IOCs do need to be placed somewhere other than ocfs2_fs.h,
> a separated ocfs2_ioctl.h will be added to store such ioctl structures and definitions
> which could also be used from userspace to invoke the ioctls.
> 
> What's more, the patch also introduces new structures and definitions for the new
> OCFS2_IOC_INFO.

	Can I get a version of this patch that does not inlude
OCFS2_IOC_INFO?  Separate out adding the INFO definitions.  They can go
in the second patch, as they match the operations.
	That way I can apply this patch even before INFO is ready.

Joel

-- 

"Always give your best, never get discouraged, never be petty; always
 remember, others may hate you.  Those who hate you don't win unless
 you hate them.  And then you destroy yourself."
	- Richard M. Nixon

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-devel mailing list