fs: convert simple fs to new truncate
[deliverable/linux.git] / fs / ramfs / file-mmu.c
index 50020501c5ebaf9bde9dddaa28f5b7ea0e40d625..4884ac5ae9bea224517e384588847a44f4f8e462 100644 (file)
@@ -50,5 +50,6 @@ const struct file_operations ramfs_file_operations = {
 };
 
 const struct inode_operations ramfs_file_inode_operations = {
+       .setattr        = simple_setattr,
        .getattr        = simple_getattr,
 };
This page took 0.024423 seconds and 5 git commands to generate.