Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\inode.c Create Date:2022-07-28 20:07:59
Last Modify:2020-03-18 19:19:59 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__remove_privs

Proto:static int __remove_privs(struct dentry *dentry, int kill)

Type:int

Parameter:

TypeParameterName
struct dentry *dentry
intkill
1824  ia_valid = Not a change, but a change it | kill
1829  Return y_change - modify attributes of a filesytem object*@dentry: object affected*@attr: new attributes*@delegated_inode: returns inode, if the inode is delegated* The caller must hold the i_mutex on the affected object
Caller
NameDescribe
file_remove_privsRemove special file priviledges (suid, capabilities) when file is written* to or truncated.