X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhpfs%2Fdir.c;fp=fs%2Fhpfs%2Fdir.c;h=5591f9623aa2299840c5cd1d894702a59d982bde;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=ecc9180645ae1a12b70beab00bc5561f602c4a65;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/hpfs/dir.c b/fs/hpfs/dir.c index ecc918064..5591f9623 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 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,