search for: cachep

Displaying 2 results from an estimated 2 matches for "cachep".

Did you mean: cache
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
...+ +/* This routine is used to read in directory entries from the network. + Note that it is for short directory name seeks, i.e.: protocol < + SMB_PROTOCOL_LANMAN2 */ + +static int +smb_proc_readdir_short(struct smb_sb_info *server, struct dentry *dir, int fpos, + void *cachep) +{ + char *p; + int result; + int i, first, entries_seen, entries; + int entries_asked = (server->opt.max_xmit - 100) / SMB_DIRINFO_SIZE; + __u16 bcc; + __u16 count; + char status[SMB_STATUS_SIZE]; + static struct qstr mask = { "*.*", 3,...
2005 Sep 09
4
Problem with MTU > 1500, ifconfig segmentation fault
Hi all, I am using Xen 2.0.7. I have Broadcom NetXtreme BCM5704 Gigabit Ethernet (rev 02) cards which support frames greater than 1500. However when I boot into Xen and try to set the MTU to anything higher than 1500 (e.g., 4000, 8000 etc) I get a segmentation fault. After this fault, every command fails with a segmentation fault. I saw a similar bug report posted here: