You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols
Mingming Cao originally did this work, and Shaggy reproduced it using some scripts from her. Signed-off-by: Mingming Cao <cmm@us.ibm.com> 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>
This commit is contained in:
committed by
Linus Torvalds
parent
470decc613
commit
f7f4bccb72
+2
-2
@@ -2,6 +2,6 @@
|
||||
# Makefile for the linux journaling routines.
|
||||
#
|
||||
|
||||
obj-$(CONFIG_JBD) += jbd.o
|
||||
obj-$(CONFIG_JBD2) += jbd2.o
|
||||
|
||||
jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
||||
jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
||||
|
||||
Reference in New Issue
Block a user