Skip to content

Add MS_LAZYTIME flag#1437

Merged
bors[bot] merged 1 commit intonix-rust:masterfrom
ManaSugi:update-msflag
May 31, 2021
Merged

Add MS_LAZYTIME flag#1437
bors[bot] merged 1 commit intonix-rust:masterfrom
ManaSugi:update-msflag

Conversation

@ManaSugi
Copy link
Copy Markdown
Contributor

MS_LAZYTIME (since Linux 4.0) reduces on-disk updates of inode
timestamps (atime, mtime, ctime) by maintaining these changes only in memory.

MS_LAZYTIME is available from libc v0.2.95.

Signed-off-by: Manabu Sugimoto Manabu.Sugimoto@sony.com

@asomers
Copy link
Copy Markdown
Member

asomers commented May 30, 2021

Looks good, but how about a CHANGELOG entry?

@ManaSugi
Copy link
Copy Markdown
Contributor Author

Sorry, I updated the CHANGELOG entry. Thanks.

Copy link
Copy Markdown
Member

@asomers asomers left a comment

Choose a reason for hiding this comment

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

bors r+

@asomers
Copy link
Copy Markdown
Member

asomers commented May 31, 2021

Actually @ManaSugi you need to rebase again due to a conflict in the CHANGELOG file.

bors r-

@bors
Copy link
Copy Markdown
Contributor

bors bot commented May 31, 2021

Canceled.

MS_LAZYTIME (since Linux 4.0) reduces on-disk updates of inode
timestamps (atime, mtime, ctime) by maintaining these changes only in memory.

Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
@ManaSugi
Copy link
Copy Markdown
Contributor Author

I'm sorry, rebased again.

Copy link
Copy Markdown
Member

@asomers asomers left a comment

Choose a reason for hiding this comment

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

bors r+

@bors bors bot merged commit a55dd45 into nix-rust:master May 31, 2021
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.

2 participants