fs-udf: Improve six size determinations
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 15 Aug 2017 14:45:44 +0000 (16:45 +0200)
committerJan Kara <jack@suse.cz>
Wed, 16 Aug 2017 14:42:03 +0000 (16:42 +0200)
commit033c9da00893e90dcff0a714bcb5d66890ad818a
tree393a43641ee656ae66f408b85c2f74c7bf23c35f
parentba2eb866a89df47d97893f8857d77e98c3c961e0
fs-udf: Improve six size determinations

Replace the specification of data structures by variable references
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: Jan Kara <jack@suse.cz>
fs/udf/inode.c
fs/udf/namei.c
fs/udf/super.c