diff options
Diffstat (limited to 'fs/hpfs/dir.c')
| -rw-r--r-- | fs/hpfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hpfs/dir.c b/fs/hpfs/dir.c index 5591f9623aa2..ecc9180645ae 100644 --- a/fs/hpfs/dir.c +++ b/fs/hpfs/dir.c | |||
| @@ -310,7 +310,7 @@ struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, struct name | |||
| 310 | return ERR_PTR(-ENOENT); | 310 | return ERR_PTR(-ENOENT); |
| 311 | } | 311 | } |
| 312 | 312 | ||
| 313 | struct file_operations hpfs_dir_ops = | 313 | const struct file_operations hpfs_dir_ops = |
| 314 | { | 314 | { |
| 315 | .llseek = hpfs_dir_lseek, | 315 | .llseek = hpfs_dir_lseek, |
| 316 | .read = generic_read_dir, | 316 | .read = generic_read_dir, |
