linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / hpfs / dir.c
index ecc9180..5591f96 100644 (file)
@@ -310,7 +310,7 @@ struct dentry *hpfs_lookup(struct inode *dir, struct dentry *dentry, struct name
        return ERR_PTR(-ENOENT);
 }
 
-const struct file_operations hpfs_dir_ops =
+struct file_operations hpfs_dir_ops =
 {
        .llseek         = hpfs_dir_lseek,
        .read           = generic_read_dir,