From mboxrd@z Thu Jan 1 00:00:00 1970 From: ali@internetdog.org (Ali Bahar) Date: Mon, 6 Jun 2011 12:00:17 +0800 Subject: kernel list data structure In-Reply-To: <20110606021957.GB15480@internetdog.org> References: <20110606014734.GE15862@debian.debian> <20110606021957.GB15480@internetdog.org> Message-ID: <20110606040017.GA15929@internetdog.org> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Whoops! > > > struct noop_data { > > > struct list_head writeQueue; > writeQueue is just a linked list (LL) of nodes of type 'struct > noop_data'. (I am hoping that you, Jonathan, have more experience with Uh, not quite! :-) Ignore my previous post. I'll try to clarify in another email to the OP. > I need to dig a bit more into this. I did warn! :-)