]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cf13ab901ae1bbad89d13f91ab155465b7a2b58
treedaae6f31a675c8d8296ff4dc319fb2d1fd7bd66d
parent529f9ce30209d0a0095b24c9152a30af6c979cf3
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