diff --git a/[refs] b/[refs] index cb8f716d4588..b6d5239b0d0d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e40c67597eac7a0b0e676867517b01a5a57f7b4b +refs/heads/master: d8b295f29091310d746509bb6d5828aaf4907a18 diff --git a/trunk/include/linux/personality.h b/trunk/include/linux/personality.h index bf4cf2080e5c..012cd558189b 100644 --- a/trunk/include/linux/personality.h +++ b/trunk/include/linux/personality.h @@ -114,7 +114,7 @@ struct exec_domain { * Change personality of the currently running process. */ #define set_personality(pers) \ - ((current->personality == pers) ? 0 : __set_personality(pers)) + ((current->personality == (pers)) ? 0 : __set_personality(pers)) #endif /* __KERNEL__ */