44ffa65110
Adding seven sysfs entries per mount: reads_failed_timed_out reads_failed_hash_verification reads_failed_other reads_delayed_pending reads_delayed_pending_us reads_delayed_min reads_delayed_min_us to allow for status monitoring from userland Change-Id: I50677511c2af4778ba0c574bb80323f31425b4d0 Test: incfs_test passes Bug: 160634343 Bug: 184291759 Signed-off-by: Paul Lawrence <paullawrence@google.com>
14 lines
240 B
Makefile
14 lines
240 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_INCREMENTAL_FS) += incrementalfs.o
|
|
|
|
incrementalfs-y := \
|
|
data_mgmt.o \
|
|
format.o \
|
|
integrity.o \
|
|
main.o \
|
|
pseudo_files.o \
|
|
sysfs.o \
|
|
vfs.o
|
|
|
|
incrementalfs-$(CONFIG_FS_VERITY) += verity.o
|