Re: fixing redundant network opens on Linux file creation

2003-01-07 Thread Jan Hudec
On Mon, Jan 06, 2003 at 07:18:30PM -0300, Marcos Dione wrote: On Mon, Jan 06, 2003 at 11:25:32AM -0600, Steven French wrote: The creat() system call results (for the Linux kernel) in calls to create (via vfs_create) then later a call to open (via dentry_open) both of which eventually end up

Re: fixing redundant network opens on Linux file creation

2003-01-06 Thread Jan Hudec
On Mon, Jan 06, 2003 at 10:14:10AM -0800, Richard Sharpe wrote: On Mon, 6 Jan 2003, Steven French wrote: The creat() system call results (for the Linux kernel) in calls to create (via vfs_create) then later a call to open (via dentry_open) both of which eventually end up (for the cifs