aboutsummaryrefslogtreecommitdiffstats
path: root/fs/minix/minix.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/minix/minix.h')
-rw-r--r--fs/minix/minix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/minix/minix.h b/fs/minix/minix.h
index e016ee91d936..73ef84f8fb0b 100644
--- a/fs/minix/minix.h
+++ b/fs/minix/minix.h
@@ -75,8 +75,8 @@ extern struct minix_dir_entry *minix_dotdot(struct inode*, struct page**);
75extern ino_t minix_inode_by_name(struct dentry*); 75extern ino_t minix_inode_by_name(struct dentry*);
76extern int minix_sync_file(struct file *, struct dentry *, int); 76extern int minix_sync_file(struct file *, struct dentry *, int);
77 77
78extern struct inode_operations minix_file_inode_operations; 78extern const struct inode_operations minix_file_inode_operations;
79extern struct inode_operations minix_dir_inode_operations; 79extern const struct inode_operations minix_dir_inode_operations;
80extern const struct file_operations minix_file_operations; 80extern const struct file_operations minix_file_operations;
81extern const struct file_operations minix_dir_operations; 81extern const struct file_operations minix_dir_operations;
82extern struct dentry_operations minix_dentry_operations; 82extern struct dentry_operations minix_dentry_operations;