Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
userns: Remove unnecessary cast to struct user_struct when copying cr…
…ed->user. In struct cred the user member is and has always been declared struct user_struct *user. At most a constant struct cred will have a constant pointer to non-constant user_struct so remove this unnecessary cast. Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
- Loading branch information