]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxlog: sync up with 2.6.38 kernel code
authorDave Chinner <dchinner@redhat.com>
Mon, 25 Jul 2011 20:45:18 +0000 (06:45 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 25 Jul 2011 20:45:18 +0000 (06:45 +1000)
commitc40bdaa2343c31471f96093b69af546ffca7955f
tree7a66420863ac10a1909eddb85dabb13664667ec8
parente9416bd3595e9b8ff4d1c0688d0142207974c5bb
libxlog: sync up with 2.6.38 kernel code

Update libxlog with the current 2.6.38 kernel code and well as
updating the necessary parts of libxfs and variaous header files to
ensure that it compiles correctly.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
24 files changed:
include/Makefile
include/atomic.h [new file with mode: 0644]
include/hlist.h [new file with mode: 0644]
include/libxfs.h
include/libxlog.h
include/list.h
include/xfs_buf_item.h
include/xfs_extfree_item.h
include/xfs_inode_item.h
include/xfs_log.h
include/xfs_log_priv.h
include/xfs_log_recover.h
include/xfs_trace.h [new file with mode: 0644]
include/xfs_trans.h
include/xfs_types.h
libxfs/logitem.c
libxfs/trans.c
libxfs/xfs.h
libxfs/xfs_mount.c
libxfs/xfs_trans.c
libxlog/xfs_log_recover.c
logprint/log_misc.c
logprint/log_print_all.c
logprint/log_print_trans.c