4 /* VFS<->FS communication */
7 int c_max_reqs
; /* Max requests an FS can handle simultaneously */
8 int c_cur_reqs
; /* Number of requests the FS is currently handling */
9 struct worker_thread
*c_req_queue
;/* Queue of procs waiting to send a message */