X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Framfs%2Ffile-mmu.c;fp=fs%2Framfs%2Ffile-mmu.c;h=2115383dcc8defec38df0c03917c68725f4ad1d7;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=86f14cacf64120569f2fd0ad8e6ee573de98eb4e;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/ramfs/file-mmu.c b/fs/ramfs/file-mmu.c index 86f14cacf..2115383dc 100644 --- a/fs/ramfs/file-mmu.c +++ b/fs/ramfs/file-mmu.c @@ -24,15 +24,26 @@ * caches is sufficient. */ +#include #include +#include +#include +#include +#include +#include +#include +#include -const struct address_space_operations ramfs_aops = { +#include +#include "internal.h" + +struct address_space_operations ramfs_aops = { .readpage = simple_readpage, .prepare_write = simple_prepare_write, .commit_write = simple_commit_write }; -const struct file_operations ramfs_file_operations = { +struct file_operations ramfs_file_operations = { .read = generic_file_read, .write = generic_file_write, .mmap = generic_file_mmap,