Hi All I just test the sys_plan9_mount() system call in glendix. When I call mount system call of linux, some parameters it has to take from userspace which should be passed with default values in our implementation(what I understood). Like : type of filesystem, I am passing the value of type of filesystem "none" currently from userspace. example: sys_mount(dirname, mount_point, "none", MS_BIND, NULL) where third paramenter "none" is the type of filesystem. linux monut takes this parameter from userspace.
Now, I read about union mount(for MBEFORE and MAFTER), this is the most dificult part to implement in my project. I am looking at aufs filesystem service for linux. I haven't got proper idea yet but I am looking on this. It will be very helpful, If anyone can give me some advise regarding union mount implementation and aufs. -- Thanks & Regards Priyanka --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Plan 9 Google Summer of Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/plan9-gsoc?hl=en -~----------~----~----~----~------~----~------~--~---
