From: marcin.slusarz@gmail.com
To: LKML <linux-kernel@vger.kernel.org>
Cc: Mark Fasheh <mark.fasheh@oracle.com>,
OCFS2-devel <ocfs2-devel@oss.oracle.com>,
Christoph Hellwig <hch@infradead.org>,
kernel-janitors <kernel-janitors@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
linux-ext4@vger.kernel.org, xfs-masters@oss.sgi.com,
Marcin Slusarz <marcin.slusarz@gmail.com>
Subject: [PATCH 0/3] byteorder: introduce le32_add_cpu & friends to core
Date: Sat, 5 Jan 2008 16:36:19 +0100 [thread overview]
Message-ID: <1199547382-29969-1-git-send-email-marcin.slusarz@gmail.com> (raw)
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
next reply other threads:[~2008-01-05 15:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-05 15:36 marcin.slusarz [this message]
2008-01-05 15:36 ` [PATCH 1/3] byteorder: move le32_add_cpu & friends from OCFS2 to core 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
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=1199547382-29969-1-git-send-email-marcin.slusarz@gmail.com \
--to=marcin.slusarz@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=hch@infradead.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.fasheh@oracle.com \
--cc=ocfs2-devel@oss.oracle.com \
--cc=xfs-masters@oss.sgi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox