diff options
Diffstat (limited to 'include/linux/msdos_fs.h')
| -rw-r--r-- | include/linux/msdos_fs.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index 53cee158165..d9035c73e5d 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h @@ -334,7 +334,7 @@ extern int fat_bmap(struct inode *inode, sector_t sector, sector_t *phys,  		    unsigned long *mapped_blocks);  /* fat/dir.c */ -extern struct file_operations fat_dir_operations; +extern const struct file_operations fat_dir_operations;  extern int fat_search_long(struct inode *inode, const unsigned char *name,  			   int name_len, struct fat_slot_info *sinfo);  extern int fat_dir_empty(struct inode *dir); @@ -397,7 +397,7 @@ extern int fat_count_free_clusters(struct super_block *sb);  /* fat/file.c */  extern int fat_generic_ioctl(struct inode *inode, struct file *filp,  			     unsigned int cmd, unsigned long arg); -extern struct file_operations fat_file_operations; +extern const struct file_operations fat_file_operations;  extern struct inode_operations fat_file_inode_operations;  extern int fat_notify_change(struct dentry * dentry, struct iattr * attr);  extern void fat_truncate(struct inode *inode);  |