]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: use list_for_each_entry_safe() when wiping auth toks
authorMichael Halcrow <mhalcrow@us.ibm.com>
Tue, 16 Oct 2007 08:27:55 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:10 +0000 (09:43 -0700)
commit702ec41c7529a9fd3be30c0d091f177ad9b4a00d
treeac070caeb12df93b5861e7e6e37ac159de1b2d9c
parent03cefd9a5671cee7c42dc0cfd1f4d13b04f3c473
eCryptfs: use list_for_each_entry_safe() when wiping auth toks

Use list_for_each_entry_safe() when wiping the authentication token list.

Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ecryptfs/keystore.c