Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 1 of 1) sorted by relevance

/mm/
Dfilemap.c1770 int kill = 0; in should_remove_suid() local
1774 kill = ATTR_KILL_SUID; in should_remove_suid()
1781 kill |= ATTR_KILL_SGID; in should_remove_suid()
1783 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in should_remove_suid()
1784 return kill; in should_remove_suid()
1790 static int __remove_suid(struct dentry *dentry, int kill) in __remove_suid() argument
1794 newattrs.ia_valid = ATTR_FORCE | kill; in __remove_suid()