linux lover <[email protected]> wrote:
> I successfully added linked list data structure
> in kernel in header file. Write a C source file and
> add it to kernel directory. then write 2 system calls
> that read and write to linked list from user space
> through that syscalls.
> recompile kernel. Now able to read/write that
> linked list.
> I want to write user data in that linked list
> and allow kernel to use that info in linked list. Is
> my approach to send data from user to kernel and
> store there as long as OS is not rebooted is right?
- A linked list is bad for random access to large amounts of data.
Why is a linked list suitable for your data?
- Did you think about SMP races?
- Why does it need to be in the kernel? Could a daemon do the job?
- to be continued
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]