diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/reiserfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/dir.c b/fs/reiserfs/dir.c index 9c23fee3bae9..ffbfc2caaf20 100644 --- a/fs/reiserfs/dir.c +++ b/fs/reiserfs/dir.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/buffer_head.h> | 10 | #include <linux/buffer_head.h> |
11 | #include <asm/uaccess.h> | 11 | #include <asm/uaccess.h> |
12 | 12 | ||
13 | extern struct reiserfs_key MIN_KEY; | 13 | extern const struct reiserfs_key MIN_KEY; |
14 | 14 | ||
15 | static int reiserfs_readdir(struct file *, void *, filldir_t); | 15 | static int reiserfs_readdir(struct file *, void *, filldir_t); |
16 | static int reiserfs_dir_fsync(struct file *filp, struct dentry *dentry, | 16 | static int reiserfs_dir_fsync(struct file *filp, struct dentry *dentry, |