search for: min_file_struct_len

Displaying 1 result from an estimated 1 matches for "min_file_struct_len".

2004 Feb 06
4
memory reduction
...0, NULL, 0); /* Signal that we're done. */ protocol_version = save_pv; stats.total_read = save_read; diff -rupNP --exclude-from cvs/.ignore cvs/flist.c pool2/flist.c --- cvs/flist.c Wed Feb 4 17:39:32 2004 +++ pool2/flist.c Thu Feb 5 18:41:21 2004 @@ -76,13 +76,12 @@ static unsigned int min_file_struct_len; static void clean_flist(struct file_list *flist, int strip_root, int no_dups); static void output_flist(struct file_list *flist); - void init_flist(void) { - struct file_struct f; + struct file_struct f; - /* Figure out how big the file_struct is without trailing padding */ - min_...