Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Drop one from the two dent's mode variables used in shim_dentry #496

Open
@rainfld

Description

In the shim layer, two variables are used for keeping track of the mode, one is shim_dentry::mode and the other is shim_file_data:mode while a pointer to an instance of shim_file_data is kept in shim_dentry.

These two variables are updated and used in different places and sometimes are out of sync. For future, we should use one copy for the mode value and keep the other one as a reference.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions