fs: dlm: remove obsolete INBUF define
authorAlexander Aring <aahringo@redhat.com>
Tue, 2 Nov 2021 19:17:07 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 2 Nov 2021 19:39:20 +0000 (14:39 -0500)
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 <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/dlm_internal.h

index 5f57538b5d4504f8338ebb8bdf0d9b6c0413c5a9..44a5c67b52134f2e7fa4138af14fedb86ff0730e 100644 (file)
 #include <linux/dlm.h>
 #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;