On Fri, May 09, 2003 at 12:39:33PM +0200, Jurgens du Toit wrote: > Hi! > > Any idea what the different flags for filp_open are? Sure. The same as for the open syscall, except for the change described above comment before filp_open declaration. > What is filp_close 's second argument? Sure. It's the files structure the file belonged to. It's needed for some cleanup. Clearly seen in source ;-) (sys_close). It does not need to be filled in in special cases. ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/