cregit-Linux how code gets into the kernel

Release 4.14 include/linux/dirent.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_DIRENT_H

#define _LINUX_DIRENT_H


struct linux_dirent64 {
	
u64		d_ino;
	
s64		d_off;
	
unsigned short	d_reclen;
	
unsigned char	d_type;
	
char		d_name[0];
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andrew Morton2779.41%125.00%
Linus Torvalds (pre-git)617.65%250.00%
Greg Kroah-Hartman12.94%125.00%
Total34100.00%4100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.