public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] byteorder: introduce le32_add_cpu & friends to core
@ 2008-01-05 15:36 marcin.slusarz
  2008-01-05 15:36 ` [PATCH 1/3] byteorder: move le32_add_cpu & friends from OCFS2 " marcin.slusarz
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: marcin.slusarz @ 2008-01-05 15:36 UTC (permalink / raw)
  To: LKML
  Cc: Mark Fasheh, OCFS2-devel, Christoph Hellwig, kernel-janitors,
	Andrew Morton, linux-ext4, xfs-masters, Marcin Slusarz

Hi

This patchset moves le*_add_cpu and be*_add_cpu functions from OCFS2 to core
header (1st), converts ext3 filesystem to this API (2nd) and replaces
XFS different named functions with new ones (3rd).

There are many places where these functions will be useful.
Just look at: grep -r 'cpu_to_[ble12346]*([ble12346]*_to_cpu.*[-+]' linux-src/
Patch for ext3 is an example how conversions will probably look like.

ps: this patchset depends on http://lkml.org/lkml/2007/12/25/35 (which is
    in ocfs2 git tree, branches: trivial, ALL)

Marcin Slusarz

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

end of thread, other threads:[~2008-01-06 20:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05 15:36 [PATCH 0/3] byteorder: introduce le32_add_cpu & friends to core marcin.slusarz
2008-01-05 15:36 ` [PATCH 1/3] byteorder: move le32_add_cpu & friends from OCFS2 " marcin.slusarz
2008-01-06 20:50   ` Mark Fasheh
2008-01-05 15:36 ` [PATCH 2/3] ext3: replace all adds to little endians variables with le*_add_cpu marcin.slusarz
2008-01-05 15:36 ` [PATCH 3/3] xfs: convert beX_add to beX_add_cpu (new common API) marcin.slusarz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox