Page MenuHomeFreeBSD

Remove f_label from struct file
ClosedPublic

Authored by mjg on May 28 2020, 11:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 6, 9:40 PM
Unknown Object (File)
Nov 18 2024, 5:02 PM
Unknown Object (File)
Oct 26 2024, 3:29 PM
Unknown Object (File)
Oct 22 2024, 8:12 PM
Unknown Object (File)
Oct 22 2024, 8:11 PM
Unknown Object (File)
Oct 22 2024, 8:11 PM
Unknown Object (File)
Oct 22 2024, 7:59 PM
Unknown Object (File)
Oct 4 2024, 3:52 AM
Subscribers

Details

Summary

The field was added in r141137 in 2005 and is unused (I did not check if something was using it at any point).

It avoidably grows a struct which is NOFREE and easily gets hundreds of thousands of instances.

Removing the field also allows D25024 at no extra size cost.

Diff Detail

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

Event Timeline

mjg requested review of this revision.May 28 2020, 11:19 AM
mjg edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.May 28 2020, 4:37 PM
This revision was automatically updated to reflect the committed changes.