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
Unknown Object (File)
Sun, Oct 12, 2:14 PM
Unknown Object (File)
Mon, Sep 15, 2:06 AM
Unknown Object (File)
Sep 13 2025, 5:58 AM
Unknown Object (File)
Sep 10 2025, 7:49 PM
Unknown Object (File)
Sep 9 2025, 11:36 PM
Unknown Object (File)
Sep 9 2025, 10:54 PM
Unknown Object (File)
Aug 19 2025, 5:28 AM
Unknown Object (File)
Aug 5 2025, 4:25 AM
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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jeff added inline comments.
sys/ufs/ufs/inode.h
145

Possibly we should rename i_flag to prevent accidental misuse.

kib added inline comments.
sys/ufs/ufs/inode.h
145

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.