[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy case
[powerpc.git] / fs / 9p / vfs_addr.c
index efda46f..d4f0aa3 100644 (file)
@@ -103,6 +103,6 @@ UnmapAndUnlock:
        return retval;
 }
 
-struct address_space_operations v9fs_addr_operations = {
+const struct address_space_operations v9fs_addr_operations = {
       .readpage = v9fs_vfs_readpage,
 };