Re: [PATCH 11/12: eCryptfs] Keystore

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday 02 November 2005 21:56, Phillip Hellewell wrote:
> +static void wipe_auth_tok_list(struct list_head *auth_tok_list_head)
> +{
> +	struct list_head *walker;
> +	ecryptfs_printk(1, KERN_NOTICE, "Enter\n");
> +	walker = auth_tok_list_head->next;
> +	while (walker != auth_tok_list_head) {
> +		struct ecryptfs_auth_tok_list_item *auth_tok_list_item;
> +		auth_tok_list_item =
> +		    list_entry(walker, struct ecryptfs_auth_tok_list_item,
> +			       list);
> +		walker = auth_tok_list_item->list.next;
> +		ecryptfs_kmem_cache_free(ecryptfs_auth_tok_list_item_cache,
> +					 auth_tok_list_item);
> +	}

list_for_each_entry_safe ??

-tim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux