aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fault-inject.c
diff options
context:
space:
mode:
authorMarcin Slusarz <[email protected]>2008-02-08 12:20:12 +0000
committerLinus Torvalds <[email protected]>2008-02-08 17:22:32 +0000
commit8b5f6883683c91ad7e1af32b7ceeb604d68e2865 (patch)
tree8076ebf4311d2b3a324eccb7e524e3ad4bafe9a6 /lib/fault-inject.c
parentUse pgoff_t instead of unsigned long (diff)
downloadkernel-8b5f6883683c91ad7e1af32b7ceeb604d68e2865.tar.gz
kernel-8b5f6883683c91ad7e1af32b7ceeb604d68e2865.zip
byteorder: move le32_add_cpu & friends from OCFS2 to core
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. This patch: - move inline functions which add native byte order variable to little/big endian variable to core header * le16_add_cpu(__le16 *var, u16 val) * le32_add_cpu(__le32 *var, u32 val) * le64_add_cpu(__le64 *var, u64 val) * be32_add_cpu(__be32 *var, u32 val) - add for completeness: * be16_add_cpu(__be16 *var, u16 val) * be64_add_cpu(__be64 *var, u64 val) Signed-off-by: Marcin Slusarz <[email protected]> Acked-by: Mark Fasheh <[email protected]> Cc: David Chinner <[email protected]> Cc: Timothy Shimmin <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/fault-inject.c')
0 files changed, 0 insertions, 0 deletions