Add transaction.c to the jbd2 Makefile and update includes to use the ext4l compatibility layer. Add stubs for various functions needed by transaction.c including atomic_add_return, prepare_to_wait_exclusive, rwsem_acquire_read, hrtimer functions, and JBD2 trace stubs. Remove JBD2 transaction function stubs that are now provided by transaction.c. Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com>
7 lines
168 B
Makefile
7 lines
168 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for JBD2 journaling layer (used by ext4l)
|
|
#
|
|
|
|
obj-y := checkpoint.o commit.o journal.o recovery.o revoke.o transaction.o
|