]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/libfs.c
[PATCH] ARM: Don't try to send a signal to pid0
[linux-2.6-omap-h63xx.git] / fs / libfs.c
index 5025563e7379675b7df2834427aabb0800f4b740..58101dff2c66de94fc4fa82bf13696e9d9b8d665 100644 (file)
@@ -183,6 +183,7 @@ struct file_operations simple_dir_operations = {
        .llseek         = dcache_dir_lseek,
        .read           = generic_read_dir,
        .readdir        = dcache_readdir,
+       .fsync          = simple_sync_file,
 };
 
 struct inode_operations simple_dir_inode_operations = {