Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / fs / 9p / vfs_addr.c
index 9dfd259..efda46f 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/string.h>
 #include <linux/smp_lock.h>
 #include <linux/inet.h>
+#include <linux/version.h>
 #include <linux/pagemap.h>
 #include <linux/idr.h>
 
@@ -102,6 +103,6 @@ UnmapAndUnlock:
        return retval;
 }
 
-const struct address_space_operations v9fs_addr_operations = {
+struct address_space_operations v9fs_addr_operations = {
       .readpage = v9fs_vfs_readpage,
 };