Page MenuHomeFreeBSD

3/7 ufs: add a setter for inode i_flag field
ClosedPublic

Authored by mjg on Jan 1 2020, 10:54 PM.
Tags
None
Referenced Files
F110079520: D22994.diff
Thu, Feb 13, 8:53 AM
Unknown Object (File)
Thu, Feb 6, 12:36 PM
Unknown Object (File)
Wed, Feb 5, 10:07 PM
Unknown Object (File)
Tue, Feb 4, 4:10 AM
Unknown Object (File)
Jan 3 2025, 12:09 PM
Unknown Object (File)
Jan 2 2025, 1:00 AM
Unknown Object (File)
Dec 11 2024, 9:15 AM
Unknown Object (File)
Dec 4 2024, 12:04 PM
Subscribers

Details

Summary

This will be used later for the lazy list. The change is a nop.

The diff was generated with coccinelle.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jeff added inline comments.
sys/ufs/ufs/inode.h
145 ↗(On Diff #66223)

Possibly we should rename i_flag to prevent accidental misuse.

kib added inline comments.
sys/ufs/ufs/inode.h
145 ↗(On Diff #66223)

Note that only setter was added. renaming the i_flag member would require a pass over readers.

This revision is now accepted and ready to land.Jan 2 2020, 8:57 PM
mjg retitled this revision from 1/5 ufs: add a setter for inode i_flag field to 3/7 ufs: add a setter for inode i_flag field.Jan 5 2020, 4:06 AM

What is the reason for adding this macro to set i_flags?

mjg edited the summary of this revision. (Show Details)
  • update for r356627
This revision now requires review to proceed.Jan 11 2020, 4:24 PM
This revision is now accepted and ready to land.Jan 12 2020, 7:42 PM
This revision was automatically updated to reflect the committed changes.