Skip to content

Commit 470decc

Browse files
Dave KleikampLinus Torvalds
Dave Kleikamp
authored and
Linus Torvalds
committed
[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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 02ea210 commit 470decc

File tree

9 files changed

+8428
-0
lines changed

9 files changed

+8428
-0
lines changed

fs/jbd2/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#
2+
# Makefile for the linux journaling routines.
3+
#
4+
5+
obj-$(CONFIG_JBD) += jbd.o
6+
7+
jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o

0 commit comments

Comments
 (0)