Whamcloud - gitweb
Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.h
authorTheodore Ts'o <tytso@mit.edu>
Sun, 16 Jun 2013 22:58:40 +0000 (18:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 16 Jun 2013 22:58:40 +0000 (18:58 -0400)
commitb49d67ddd8af9568bd5eee319af0479f042db4fd
tree558005d73b1da8e2ca6728abb7e490d6bc73e23a
parent6e2393fde2552a8c6449639a733e8ae4e095b113
Use ext2fs_cpu_to_be32() instead of cpu_to_be32() in kernel-jbd.h

Avoid compatibility problems by using the byte swapping functions
defined by e2fsprogs, instead of the ones defined in the system header
files.  We use them everywhere else, so we should use them in
kernel-jbd.h too.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/kernel-jbd.h