Contributors: 4
	  
        
          | Author | 
          Tokens | 
          Token Proportion | 
          Commits | 
          Commit Proportion | 
        
	  
	  
        
        
          | Al Viro | 
          54 | 
          75.00% | 
          3 | 
          50.00% | 
        
        
          | Chris Metcalf | 
          10 | 
          13.89% | 
          1 | 
          16.67% | 
        
        
          | AKASHI Takahiro | 
          7 | 
          9.72% | 
          1 | 
          16.67% | 
        
        
          | Greg Kroah-Hartman | 
          1 | 
          1.39% | 
          1 | 
          16.67% | 
        
	  
	  
        
          | Total | 
          72 | 
           | 
          6 | 
           | 
	    
	  
    
 
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __NR_chmod
__NR_chmod,
#endif
__NR_fchmod,
#ifdef __NR_chown
__NR_chown,
__NR_lchown,
#endif
#ifdef __NR_fchown
__NR_fchown,
#endif
__NR_setxattr,
__NR_lsetxattr,
__NR_fsetxattr,
__NR_removexattr,
__NR_lremovexattr,
__NR_fremovexattr,
#ifdef __NR_fchownat
__NR_fchownat,
__NR_fchmodat,
#endif
#ifdef __NR_chown32
__NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
#ifdef __NR_link
__NR_link,
#endif
#ifdef __NR_linkat
__NR_linkat,
#endif