From mboxrd@z Thu Jan 1 00:00:00 1970 From: lroluk@gmail.com (luca ellero) Date: Tue, 28 Jun 2011 16:35:31 +0200 Subject: hlist_add_head In-Reply-To: <1B669E39-A018-40D5-BEEB-570C810D1017@gmail.com> References: <20110609042849.GA2036@michaelblizek.twilightparadox.com> <20110609044658.GB2036@michaelblizek.twilightparadox.com> <1B669E39-A018-40D5-BEEB-570C810D1017@gmail.com> Message-ID: <4E09E6B3.3070909@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi everybody, can someone please explain what is the role of hlist_add_head (used in in hash lists). Or maybe provide some links with good examples of its use. I had a look at fs/dcache.c but frankly I can't understand it very well. Thanks in advance Luca