dlm: Improve a size determination in table_seq_start()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sat, 6 May 2017 06:34:27 +0000 (08:34 +0200)
committerDavid Teigland <teigland@redhat.com>
Mon, 7 Aug 2017 16:23:09 +0000 (11:23 -0500)
commit2c257e96df505a8472c8376524b3a68e8fde66dd
treec034e872b6fda6bb4aa9e6f6c8c9291dac1bc881
parent41922ce8318f6233c9023ab9270454e63ab1ed41
dlm: Improve a size determination in table_seq_start()

Replace the specification of a data structure by a pointer dereference
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/debug_fs.c