gfs2: Convert uids and gids between dinodes and vfs inodes.
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 1 Feb 2013 06:08:10 +0000 (22:08 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:11 +0000 (06:15 -0800)
commitd0546426426ca96f0b815581c0a9ed0db28319b6
treed803aeaf24cde90e11727ee5bf55c3e0be298c5b
parent6b24c0d279eacfb499854d09ea7f2b69d1721a29
gfs2: Convert uids and gids between dinodes and vfs inodes.

When reading dinodes from the disk convert uids and gids
into kuids and kgids to store in vfs data structures.

When writing to dinodes to the disk convert kuids and kgids
in the in memory structures into plain uids and gids.

For now all on disk data structures are assumed to be
stored in the initial user namespace.

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/gfs2/glops.c
fs/gfs2/inode.c
fs/gfs2/super.c
This page took 0.025663 seconds and 5 git commands to generate.