X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fautofs%2Froot.c;h=870e2cf3301653030bb9cf29512c163f8e172398;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=9cac08d6a873111086c8ab75529976589e12dfce;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/autofs/root.c b/fs/autofs/root.c index 9cac08d6a..870e2cf33 100644 --- a/fs/autofs/root.c +++ b/fs/autofs/root.c @@ -26,7 +26,7 @@ static int autofs_root_rmdir(struct inode *,struct dentry *); static int autofs_root_mkdir(struct inode *,struct dentry *,int); static int autofs_root_ioctl(struct inode *, struct file *,unsigned int,unsigned long); -const struct file_operations autofs_root_operations = { +struct file_operations autofs_root_operations = { .read = generic_read_dir, .readdir = autofs_root_readdir, .ioctl = autofs_root_ioctl,