Re: [android-kernel] I have a question about using queue at kernel

2010-05-24 Thread Greg KH
On Sat, May 22, 2010 at 1:38 AM, flames wrote: > Hey everyone.I have a question about using queue at kernel. What kind of "queue"? > I'm trying to use queue at kernel space.I call it "k-queue" > For example, there are n-kernel threads which is producer, each of > them wants enqueue item to "k-qu

[android-kernel] How to compile libfuse for android?

2010-05-24 Thread Ruini Xue
Hello, I want to use FUSE in android. It's easy to compile the kernel part by enabling FUSE in .config, but how to compile libfuse.a/.so? I tried to put it in /external/ and create an Android.mk according to fuse's Makefile.am. However, lots of header files are missed, such as . anyone has

[android-kernel] I have a question about using queue at kernel

2010-05-24 Thread flames
Hey everyone.I have a question about using queue at kernel. I'm trying to use queue at kernel space.I call it "k-queue" For example, there are n-kernel threads which is producer, each of them wants enqueue item to "k-queue". If "k-queue" reaches water-mark level or time-out, "my-queue" wake-up con