From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Wed, 27 Oct 2021 11:23:15 -0400 Subject: [Cluster-devel] [PATCH dlm/next 1/8] fs: dlm: remove obsolete INBUF define In-Reply-To: <20211027152322.3236492-1-aahringo@redhat.com> References: <20211027152322.3236492-1-aahringo@redhat.com> Message-ID: <20211027152322.3236492-2-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This patch removes an obsolete define for some length for an temporary buffer which is not being used anymore. The use of this define is not necessary anymore since commit 4798cbbfbd00 ("fs: dlm: rework receive handling"). Signed-off-by: Alexander Aring --- fs/dlm/dlm_internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index 18f72c30f4e1..bf3a5b39437a 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h @@ -41,12 +41,6 @@ #include #include "config.h" -/* Size of the temp buffer midcomms allocates on the stack. - We try to make this large enough so most messages fit. - FIXME: should sctp make this unnecessary? */ - -#define DLM_INBUF_LEN 148 - struct dlm_ls; struct dlm_lkb; struct dlm_rsb; -- 2.27.0