Remove ->f_label from struct file
The field was added in r141137 in 2005 and is unused. It avoidably grows a struct which is NOFREE and easily gets hundreds of thousands of instances. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D25036
This commit is contained in:
parent
c78e42e207
commit
b4ee4ce158
@ -200,10 +200,6 @@ struct file {
|
||||
* DFLAG_SEEKABLE specific fields
|
||||
*/
|
||||
off_t f_offset;
|
||||
/*
|
||||
* Mandatory Access control information.
|
||||
*/
|
||||
void *f_label; /* Place-holder for MAC label. */
|
||||
};
|
||||
|
||||
#define f_cdevpriv f_vnun.fvn_cdevpriv
|
||||
|
Loading…
Reference in New Issue
Block a user