linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / bfs / file.c
index 3d5aca2..807723b 100644 (file)
@@ -17,7 +17,7 @@
 #define dprintf(x...)
 #endif
 
-const struct file_operations bfs_file_operations = {
+struct file_operations bfs_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_file_read,
        .write          = generic_file_write,
@@ -153,7 +153,7 @@ static sector_t bfs_bmap(struct address_space *mapping, sector_t block)
        return generic_block_bmap(mapping, block, bfs_get_block);
 }
 
-const struct address_space_operations bfs_aops = {
+struct address_space_operations bfs_aops = {
        .readpage       = bfs_readpage,
        .writepage      = bfs_writepage,
        .sync_page      = block_sync_page,