Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ignored arguments #870

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Remove ignored arguments #870

merged 1 commit into from
Feb 11, 2022

Conversation

black-desk
Copy link
Contributor

@black-desk black-desk commented Feb 11, 2022

According to man pages of mount syscall:
"If mountflags includes MS_BIND ... The filesystemtype and data arguments are ignored. ... The remaining bits (other than MS_REC, described below) in the mountflags argument are also ignored."

According to man pages of mount syscall:
"If mountflags includes MS_BIND ... The filesystemtype and data
arguments are ignored. ... The remaining bits (other than MS_REC,
described below) in the mountflags argument are also ignored."

Signed-off-by: black-desk <[email protected]>
Copy link
Member

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rhatdan
Copy link
Member

rhatdan commented Feb 11, 2022

LGTM

@rhatdan rhatdan merged commit 72cf1a6 into containers:main Feb 11, 2022
@black-desk black-desk deleted the cleanup branch February 11, 2022 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants