Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309727
b: refs/heads/master
c: b742c34
h: refs/heads/master
i:
  309725: a8d02e7
  309723: bc8c33c
  309719: f80a8ae
  309711: 2f1a8d3
  309695: 9291771
v: v3
  • Loading branch information
Namjae Jeon authored and Linus Torvalds committed Jun 1, 2012
1 parent 49ad61a commit e4f18fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78491189ddb6d84d4a4abae992ed891a236d0263
refs/heads/master: b742c341539fc8b8386ef72f0e95758f39fbb4c8
5 changes: 5 additions & 0 deletions trunk/fs/fat/fat.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...);
__fat_fs_error(sb, __ratelimit(&MSDOS_SB(sb)->ratelimit), fmt , ## args)
__printf(3, 4) __cold
void fat_msg(struct super_block *sb, const char *level, const char *fmt, ...);
#define fat_msg_ratelimit(sb, level, fmt, args...) \
do { \
if (__ratelimit(&MSDOS_SB(sb)->ratelimit)) \
fat_msg(sb, level, fmt, ## args); \
} while (0)
extern int fat_clusters_flush(struct super_block *sb);
extern int fat_chain_add(struct inode *inode, int new_dclus, int nr_cluster);
extern void fat_time_fat2unix(struct msdos_sb_info *sbi, struct timespec *ts,
Expand Down

0 comments on commit e4f18fb

Please sign in to comment.