Details
Details
- Reviewers
rmacklem markj asomers - Commits
- rG86db734ae292: stat(2): add st_bsdflags field
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
All looks good to me. (I am glad you did this. I would have missed
half of the places that needed to be changed.)
I think what I defined as VA_NAMEDATTR_TYPE needs to be replaced
with SFB_NAMEDATTR?
Comment Actions
Yes, I wrote the patch with the assumption that va_bsdflags are filled directly by filesystem. So VA_NAMEDATTR_TYPE seems to be not needed.
sys/fs/tmpfs/tmpfs_vnops.c | ||
---|---|---|
480 ↗ | (On Diff #153058) | This is unneeded too. |