]> xenbits.xensource.com Git - people/andrewcoop/mini-os.git/commit
Make offset a common struct file member for all types
authorJuergen Gross <jgross@suse.com>
Tue, 11 Jan 2022 14:58:02 +0000 (15:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Jan 2022 11:35:10 +0000 (11:35 +0000)
commit09020f309cb003d15ddc96952784b60d3a6b4d44
tree5ae1d880b1969f19dfc4a33b156ec4e948c2937f
parentc9fe334979f60c0078d7166f8211db24780af538
Make offset a common struct file member for all types

Currently 4 file types have an offset member in their private struct
file part. Make offset a common struct member shared by all file types.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
blkfront.c
include/lib.h
lib/sys.c
tpm_tis.c
tpmfront.c