470decc613
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>
7 lines
157 B
Makefile
7 lines
157 B
Makefile
#
|
|
# 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
|