X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2F9p%2Fvfs_dir.c;fp=fs%2F9p%2Fvfs_dir.c;h=cd5eeb032d64367a950974351ba8dce0b41c8c98;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=e32d5971039b6712db19eb62fc19210be226656e;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/9p/vfs_dir.c b/fs/9p/vfs_dir.c index e32d59710..cd5eeb032 100644 --- a/fs/9p/vfs_dir.c +++ b/fs/9p/vfs_dir.c @@ -7,8 +7,9 @@ * Copyright (C) 2002 by Ron Minnich * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 - * as published by the Free Software Foundation. + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -204,7 +205,7 @@ int v9fs_dir_release(struct inode *inode, struct file *filp) return 0; } -const struct file_operations v9fs_dir_operations = { +struct file_operations v9fs_dir_operations = { .read = generic_read_dir, .readdir = v9fs_dir_readdir, .open = v9fs_file_open,