]> xenbits.xensource.com Git - mini-os.git/commit
add struct file_ops for FTYPE_FILE
authorJuergen Gross <jgross@suse.com>
Sun, 16 Jan 2022 08:33:27 +0000 (09:33 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 18 Jan 2022 18:26:43 +0000 (18:26 +0000)
commitbc96610efee56106dbe7971f29c7f4522cfdaf6a
treec9843a6156b8cd95a2c299ce8347c6629c91e8d9
parentab2cce28102deea8ca04e3b7b85f85e2b9eebda9
add struct file_ops for FTYPE_FILE

FTYPE_FILE is the last relevant file type without a struct file_ops.
Add it.

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