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
F136909480: D22994.id66666.diff
Thu, Nov 20, 2:44 PM
F136909396: D22994.id66624.diff
Thu, Nov 20, 2:44 PM
F136909367: D22994.id.diff
Thu, Nov 20, 2:44 PM
F136909365: D22994.id66223.diff
Thu, Nov 20, 2:44 PM
F136908536: D22994.diff
Thu, Nov 20, 2:37 PM
Unknown Object (File)
Mon, Nov 3, 9:11 PM
Unknown Object (File)
Sun, Nov 2, 1:34 AM
Unknown Object (File)
Thu, Oct 30, 11:27 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

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.