Possibly stupid question

2001-04-16 Thread Yaroslav Rastrigin
Hello everybody ! I'm begging your pardon for possibly stupid question, but digging through headers/sources of kernel gives me next to nothing. The question is: can I use IPC (specifically, msgsnd/msgrcv) inside of loadable module ? defines sys_msgsnd and sys_msgrcv, but insmod'ing my module sa

IPC usage inside of kernel module

2001-04-17 Thread Yaroslav Rastrigin
Hello everybody ! I needed to implement an IPC connectiovity between module and userspace daemon, and came to this horrible code (after looking to sys_msgsnd() ): ... copy_to_user(msg_buf, &hlb1, sizeof(struct linfs_buffer)); hi1 = sys_ipc(MSGSND, msgq_id, message_size, 0, \ (struct msgbuf *)ms

Re: [RFC] FUSE permission modell (Was: fuse review bits)

2005-04-11 Thread Yaroslav Rastrigin
Greetings, gentlemen, On 11 April 2005 23:10, you wrote: > > Christoph was not objcting to lack of choice, rather the opposite. He > would like to have only the "allow_other" behavior. I think I could sched some light on this option. It was needed when I was implementing SMB-to-FS connector (bas