X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfs%2Fdir.c;fp=fs%2Fhfs%2Fdir.c;h=534e5a7480efc8626c00347fa4e22e9d9dc412ee;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=7cd8cc03aea7790159aa7ce5263e73655dabfd8d;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/hfs/dir.c b/fs/hfs/dir.c index 7cd8cc03a..534e5a748 100644 --- a/fs/hfs/dir.c +++ b/fs/hfs/dir.c @@ -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,