fs: dlm: memory cache for writequeue_entry
authorAlexander Aring <aahringo@redhat.com>
Tue, 30 Nov 2021 19:47:19 +0000 (14:47 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 7 Dec 2021 18:42:26 +0000 (12:42 -0600)
commit3af2326ca0a13cf84aeb75e001e757ff3cefeae9
treedaae6f31a675c8d8296ff4dc319fb2d1fd7bd66d
parent6c547f264077ffeb56390f42ed2a07749dd619b2
fs: dlm: memory cache for writequeue_entry

This patch introduces a kmem cache for writequeue entry. A writequeue
entry get quite a lot allocated if dlm transmit messages.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c
fs/dlm/lowcomms.h
fs/dlm/memory.c
fs/dlm/memory.h