dlm: Improve a size determination in two functions
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 6 May 2017 07:45:59 +0000 (09:45 +0200)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Aug 2017 16:23:09 +0000 (11:23 -0500)
commitd12ad1a96434793a58d2b9bfef8eb54787034206
tree9b77f863847957097cccc425fac492ad6761dff2
parent2f48e06102b2541c0957a223c923dc8036112142
dlm: Improve a size determination in two functions

Replace the specification of two data structures by pointer dereferences
as the parameter for the operator "sizeof" to make the corresponding size
determination a bit safer according to the Linux coding style convention.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/member.c