Release 4.12 include/linux/msdos_fs.h
#ifndef _LINUX_MSDOS_FS_H
#define _LINUX_MSDOS_FS_H
#include <uapi/linux/msdos_fs.h>
/* media of boot sector */
static inline int fat_valid_media(u8 media)
{
return 0xf8 <= media || media == 0xf0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Hirofumi Ogawa | 19 | 100.00% | 2 | 100.00% |
Total | 19 | 100.00% | 2 | 100.00% |
#endif /* !_LINUX_MSDOS_FS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Hirofumi Ogawa | 21 | 65.62% | 2 | 28.57% |
Linus Torvalds (pre-git) | 8 | 25.00% | 3 | 42.86% |
Jeff Garzik | 2 | 6.25% | 1 | 14.29% |
David Howells | 1 | 3.12% | 1 | 14.29% |
Total | 32 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.