]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] jbd2: initial copy of files from jbd
authorDave Kleikamp <shaggy@austin.ibm.com>
Wed, 11 Oct 2006 08:20:57 +0000 (01:20 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:15 +0000 (11:14 -0700)
commit470decc613ab2048b619a01028072d932d9086ee
tree5268576f5099040db94b8e984983c0bb28b2a9a7
parent02ea2104c55b625cf5b5d9ba8586a4fc17920f5c
[PATCH] jbd2: initial copy of files from jbd

This is a simple copy of the files in fs/jbd to fs/jbd2 and
/usr/incude/linux/[ext4_]jbd.h to /usr/include/[ext4_]jbd2.h

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/jbd2/Makefile [new file with mode: 0644]
fs/jbd2/checkpoint.c [new file with mode: 0644]
fs/jbd2/commit.c [new file with mode: 0644]
fs/jbd2/journal.c [new file with mode: 0644]
fs/jbd2/recovery.c [new file with mode: 0644]
fs/jbd2/revoke.c [new file with mode: 0644]
fs/jbd2/transaction.c [new file with mode: 0644]
include/linux/ext4_jbd2.h [new file with mode: 0644]
include/linux/jbd2.h [new file with mode: 0644]