From 2eddeb5db4ce876408c3e3110384a7bb308e6b92 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 2 Sep 2017 18:12:02 -0700 Subject: [PATCH] scoutfs: delete unused net key types Remove these key types from the format which haven't been used for a while. Signed-off-by: Zach Brown --- kmod/src/format.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/kmod/src/format.h b/kmod/src/format.h index 07e90ad2..1f509e0b 100644 --- a/kmod/src/format.h +++ b/kmod/src/format.h @@ -264,9 +264,6 @@ struct scoutfs_segment_block { #define SCOUTFS_FILE_EXTENT_TYPE 7 #define SCOUTFS_ORPHAN_TYPE 8 -/* XXX don't need these now that we have dlm lock spaces and resources */ -#define SCOUTFS_NET_ADDR_TYPE 254 -#define SCOUTFS_NET_LISTEN_TYPE 255 /* value is struct scoutfs_inode */ struct scoutfs_inode_key {