commit | aa4bf44dc851c6bdd4f7b61b5f2c56c84dfe2ff0 | [log] [tgz] |
---|---|---|
author | Christian Brauner <christian.brauner@ubuntu.com> | Wed Oct 25 00:04:40 2017 +0200 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Oct 31 17:22:58 2017 -0500 |
tree | ca3bdc2e66ad9585112fa7a08fd8ce9304f509b8 | |
parent | e19b205be43d11bff638cad4487008c48d21c103 [diff] |
userns: use union in {g,u}idmap struct - Add a struct containing two pointer to extents and wrap both the static extent array and the struct into a union. This is done in preparation for bumping the {g,u}idmap limits for user namespaces. - Add brackets around anonymous union when using designated initializers to initialize members in order to please gcc <= 4.4. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>