> Hey, > > Does all CIFS Client components run in kernelspace? > > Thanks and best regards, > Ivan
Most of the code runs in kernel space, in the modules: nsmb - manages a hierarchy of connections and shares smbfs - presents shares as mounted file systems Some of the code for connection setup etc. is in the user-space library, run from either the "smbutil" command, or the smbfs-specific mount program. _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
