On Tue, Aug 08, 2006, Bob Copeland wrote: > > > This is the way I use my player all the time now - I just leave it plugged > > in via usb and mount/eject as needed. If you think that it will make a > > big difference to the patches acceptance then remove it but I would rather > > it stayed if possible. > > Okay but how do you remount the device after doing the eject? As in, what > commands do you use? (I honestly don't know.)
Just "mount /dev/sda2 /mnt/karma" or some such command. The eject command doesn't actually remove the sda* devices. (at least, not on my system!) > Kernel memory is a precious resource; it cannot be swapped out or used by > anything else in the kernel once allocated, so IMHO even a 512 byte buffer > shouldn't stick around more than we need it to. Kmalloc will generally > return dead buffers from the size-512 slab cache without having to do an > alloc anyway. Okay. > if (seq == 0) seq = 1; Okay. Keith. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-karma-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-karma-devel
