Re:When how is the SCSI strategy routine called?

2005-03-23 Thread lk
This is my understanding. scsi_request_fn is the scsi's request function which performs the actual data transfer. clean up the queue and loop back to fetch next request. About the Question:WHEN and HOW is the strategy routine scsi_request_fn() called ? Every request queue have a few members to

RE: When how is the SCSI strategy routine called?

2005-03-23 Thread Rajat Jain, Noida
Thanks lk. It cleared a lot of things. How ever, what I am wondering is: - Does each device queue have a corresponding thread that is woken up when it is time to call the request function? And the request function is called in the context of this thread? - I explored and found that there is

Re: When how is the SCSI strategy routine called?

2005-03-23 Thread Jens Axboe
On Wed, Mar 23 2005, Rajat Jain, Noida wrote: Thanks lk. It cleared a lot of things. How ever, what I am wondering is: - Does each device queue have a corresponding thread that is woken up when it is time to call the request function? And the request function is called in the

Re: Linux Display silly Question

2005-03-23 Thread Rhys Hardwick
Mukund JB. wrote: Hi all, Hi all, I am very new to the GUI thing. I don't know how it works. I just have base Linux kernel running on an EBD9312 ARM Embedded Board with Linux Prompt working no display. Now, I want to provide GUI support to the existing Linux. Now I just want to know are

Re: Linux Display silly question

2005-03-23 Thread Eric Bambach
On Wednesday 23 March 2005 06:39 am, Mukund JB. wrote: Hi all, I am very new to the GUI thing. I don't know how it works. I just have base Linux kernel running on an EBD9312 ARM Embedded Board with Linux Prompt working no display. Now, I want to provide GUI support to the existing Linux.

RE: Setting quota on user's home folders?

2005-03-23 Thread Jessica_Schieffer
Quotas are supported by default in the RH kernels. Here is the step by step from RH site. http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/admin-primer/s1- storage-quotas.html If you are using ext2, you must enable journaling first since it is not default until ext3. Steps to create disk

Re: Linux Display silly question

2005-03-23 Thread Jeremy Abbott
Mukund JB. wrote: Hi all, Hi all, I am very new to the GUI thing. I don't know how it works. I just have base Linux kernel running on an EBD9312 ARM Embedded Board with Linux Prompt working no display. Now, I want to provide GUI support to the existing Linux. Now I just want to know are there