Skip to content

Commit

Permalink
[PATCH] jbd2: initial copy of files from jbd
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Kleikamp authored and Linus Torvalds committed Oct 11, 2006
1 parent 02ea210 commit 470decc
Show file tree
Hide file tree
Showing 9 changed files with 8,428 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fs/jbd2/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for the linux journaling routines.
#

obj-$(CONFIG_JBD) += jbd.o

jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
Loading

0 comments on commit 470decc

Please sign in to comment.