mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
4d3d5aa83a
Add new debugfs hierarchy /sys/kernel/debug/ drbd/ resources/ $resource_name/connections/peer/$volume_number/ $resource_name/volumes/$volume_number/ minors/$minor_number -> ../resources/$resource_name/volumes/$volume_number/ Followup commits will populate this hierarchy with files containing statistics, diagnostic information and some attribute data. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
9 lines
292 B
Makefile
9 lines
292 B
Makefile
drbd-y := drbd_bitmap.o drbd_proc.o
|
|
drbd-y += drbd_worker.o drbd_receiver.o drbd_req.o drbd_actlog.o
|
|
drbd-y += drbd_main.o drbd_strings.o drbd_nl.o
|
|
drbd-y += drbd_interval.o drbd_state.o
|
|
drbd-y += drbd_nla.o
|
|
drbd-$(CONFIG_DEBUG_FS) += drbd_debugfs.o
|
|
|
|
obj-$(CONFIG_BLK_DEV_DRBD) += drbd.o
|