Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.7-rc4 7 lines 130 B view raw
1#ifndef _GENERIC_STATFS_H 2#define _GENERIC_STATFS_H 3 4#include <uapi/asm-generic/statfs.h> 5 6typedef __kernel_fsid_t fsid_t; 7#endif