Remove the macro get_personality
Remove the macro get_personality, use ->personality instead. Cc: Christoph Hellwig <hch@infradead.org Cc: Alexey Dobriyan <adobriyan@gmail.com> Cc: David Howells <dhowells@redhat.com> Cc: Bryan Wu <bryan.wu@analog.com> Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
6e5e8c5085
commit
ecd0fa9825
@@ -105,10 +105,6 @@ struct exec_domain {
|
||||
*/
|
||||
#define personality(pers) (pers & PER_MASK)
|
||||
|
||||
/*
|
||||
* Personality of the currently running process.
|
||||
*/
|
||||
#define get_personality (current->personality)
|
||||
|
||||
/*
|
||||
* Change personality of the currently running process.
|
||||
|
Reference in New Issue
Block a user