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

Configure Feed

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

at v3.17 8 lines 134 B view raw
1/* 2 * super.h 3 */ 4 5int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb); 6 7int befs_check_sb(struct super_block *sb); 8