aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fat/fat.h')
-rw-r--r--fs/fat/fat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fat/fat.h b/fs/fat/fat.h
index e6efdfa0f6db..eb821ee1a333 100644
--- a/fs/fat/fat.h
+++ b/fs/fat/fat.h
@@ -298,8 +298,8 @@ extern int fat_free_clusters(struct inode *inode, int cluster);
298extern int fat_count_free_clusters(struct super_block *sb); 298extern int fat_count_free_clusters(struct super_block *sb);
299 299
300/* fat/file.c */ 300/* fat/file.c */
301extern int fat_generic_ioctl(struct inode *inode, struct file *filp, 301extern long fat_generic_ioctl(struct file *filp, unsigned int cmd,
302 unsigned int cmd, unsigned long arg); 302 unsigned long arg);
303extern const struct file_operations fat_file_operations; 303extern const struct file_operations fat_file_operations;
304extern const struct inode_operations fat_file_inode_operations; 304extern const struct inode_operations fat_file_inode_operations;
305extern int fat_setattr(struct dentry * dentry, struct iattr * attr); 305extern int fat_setattr(struct dentry * dentry, struct iattr * attr);