libfs: improve cleanup of shared file mappings
This commit is contained in:
@@ -14,6 +14,10 @@ enum file_mapping_type {
|
||||
|
||||
struct file_mapping {
|
||||
enum file_mapping_type m_type;
|
||||
|
||||
/* for shared mappings */
|
||||
size_t m_ref;
|
||||
|
||||
struct fs_file *m_file;
|
||||
kern_handle_t m_vmo;
|
||||
struct queue_entry m_entry;
|
||||
|
||||
Reference in New Issue
Block a user