2309e9e040
This patch exposes o2net information via debugfs. The information includes the list of sockets (sock_containers) as well as the list of outstanding messages (send_tracking). Useful for o2dlm debugging. (This patch is derived from an earlier one written by Zach Brown that exposed the same information via /proc.) [Mark: checkpatch fixes] Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Reviewed-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
4 lines
150 B
Makefile
4 lines
150 B
Makefile
obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o
|
|
|
|
ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \
|
|
quorum.o tcp.o netdebug.o ver.o
|