Revision 16a5a480f067f945fd27bf91ffdce3f959b0d4b6 authored by James Smart on 14 August 2017, 18:20:32 UTC, committed by Christoph Hellwig on 16 August 2017, 08:06:18 UTC
Use list_for_each_entry_safe to prevent list handling from referencing
next pointers directly after list_del's

Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
1 parent 42819eb
Raw File
user.h
#ifndef __ASM_GENERIC_USER_H
#define __ASM_GENERIC_USER_H
/*
 * This file may define a 'struct user' structure. However, it is only
 * used for a.out files, which are not supported on new architectures.
 */

#endif	/* __ASM_GENERIC_USER_H */
back to top