search for: dir_size

Displaying 4 results from an estimated 4 matches for "dir_size".

2018 Feb 14
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
.../firmware/qemu_fw_cfg.c 493 494 /* iterate over all fw_cfg directory entries, registering each one */ 495 static int fw_cfg_register_dir_entries(void) 496 { 497 int ret = 0; 498 u32 count, i; > 499 struct fw_cfg_files files; 500 struct fw_cfg_file *dir; 501 size_t dir_size; 502 503 fw_cfg_read_blob(FW_CFG_FILE_DIR, &files.count, 0, sizeof(files.count)); 504 count = be32_to_cpu(files.count); 505 dir_size = count * sizeof(struct fw_cfg_file); 506 507 dir = kmalloc(dir_size, GFP_KERNEL); 508 if (!dir) 509 return -ENOMEM; 510 5...
2018 Feb 15
0
[vhost:vhost 24/24] drivers/firmware/qemu_fw_cfg.c:499:22: error: storage size of 'files' isn't known
...t; > 495 static int fw_cfg_register_dir_entries(void) > > 496 { > > 497 int ret = 0; > > 498 u32 count, i; > > > 499 struct fw_cfg_files files; > > 500 struct fw_cfg_file *dir; > > 501 size_t dir_size; > > 502 > > 503 fw_cfg_read_blob(FW_CFG_FILE_DIR, &files.count, 0, sizeof(files.count)); > > 504 count = be32_to_cpu(files.count); > > 505 dir_size = count * sizeof(struct fw_cfg_file); > > 506 > > 507 di...
2007 Aug 13
2
v1.1.alpha3 released
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha3.tar.gz http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha3.tar.gz.sig All kinds of fixes and API changes. Previous alphas had some problems with index handling, now I didn't get any errors after almost 24h of stress testing. As a new feature userdb passwd now supports overriding some fields with templates.
2007 Sep 21
1
dovecot 1.1alpha6 deliver+quota bugs
...:39:48 Error: uid_validity mismatch in file /home/vmail/domains/example.com/example/Maildir/dovecot.list.index.uidmap: 1190399988 != 0 deliver(example at example.com): Sep 21 18:39:48 Error: Corrupted mailbox list index file /home/vmail/domains/example.com/example/Maildir/dovecot.list.index.uidmap: dir_size is s maller than record count deliver(example at example.com): Sep 21 18:39:48 Error: Internal quota calculation error deliver(example at example.com): Sep 21 18:39:48 Info: msgid=<1989.0003.0000 at server011>: save failed to INBOX: Internal error occurred. Refer to server log for more inform...