diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2006-10-11 01:20:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 11:14:15 -0700 |
commit | 470decc613ab2048b619a01028072d932d9086ee (patch) | |
tree | 5268576f5099040db94b8e984983c0bb28b2a9a7 /fs/jbd2/Makefile | |
parent | 02ea2104c55b625cf5b5d9ba8586a4fc17920f5c (diff) | |
download | linux-470decc613ab2048b619a01028072d932d9086ee.tar.bz2 |
[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>
Diffstat (limited to 'fs/jbd2/Makefile')
-rw-r--r-- | fs/jbd2/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/jbd2/Makefile b/fs/jbd2/Makefile new file mode 100644 index 000000000000..54aca4868a36 --- /dev/null +++ b/fs/jbd2/Makefile @@ -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 |