commit | 692f51c8cbe752cb16ea2a75016ea0a497d00b1c | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Mon Nov 02 20:04:18 2020 -0500 |
committer | David Teigland <teigland@redhat.com> | Tue Nov 10 12:14:20 2020 -0600 |
tree | a1a15ae76064d1f8ca5d0f8fff0c06e76bacd6e2 | |
parent | 9f8f9c774ad10aa1c15952c36f580d7e3711a100 [diff] |
fs: dlm: add get buffer error handling This patch adds an error handling to the get buffer functionality if the user is requesting a buffer length which is more than possible of the internal buffer allocator. This should never happen because specific handling decided by compile time, but will warn if somebody forget about to handle this limitation right. Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>