linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / hfs / dir.c
index 7cd8cc0..534e5a7 100644 (file)
@@ -313,7 +313,7 @@ static int hfs_rename(struct inode *old_dir, struct dentry *old_dentry,
        return res;
 }
 
-const struct file_operations hfs_dir_operations = {
+struct file_operations hfs_dir_operations = {
        .read           = generic_read_dir,
        .readdir        = hfs_readdir,
        .llseek         = generic_file_llseek,