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)
Thu, Apr 2, 12:36 AM
Unknown Object (File)
Wed, Apr 1, 6:02 PM
Unknown Object (File)
Wed, Apr 1, 9:15 AM
Unknown Object (File)
Wed, Apr 1, 3:58 AM
Unknown Object (File)
Wed, Apr 1, 12:03 AM
Unknown Object (File)
Mon, Mar 23, 7:58 PM
Unknown Object (File)
Mon, Mar 23, 10:39 AM
Unknown Object (File)
Fri, Mar 20, 7:04 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.