X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2F9p%2Fvfs_addr.c;fp=fs%2F9p%2Fvfs_addr.c;h=8100fb5171b70d1e20c26290cd37862d1856545c;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=9dfd259a70b477c4f0bb67d33c4ed2311fde405c;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c index 9dfd259a7..8100fb517 100644 --- a/fs/9p/vfs_addr.c +++ b/fs/9p/vfs_addr.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 @@ -31,6 +32,7 @@ #include #include #include +#include #include #include @@ -102,6 +104,6 @@ UnmapAndUnlock: return retval; } -const struct address_space_operations v9fs_addr_operations = { +struct address_space_operations v9fs_addr_operations = { .readpage = v9fs_vfs_readpage, };