forgot to add uid to the mount optmap

SVN revision: 59432
This commit is contained in:
Mike Blumenkrantz 2011-05-16 02:16:26 +00:00
parent a59cd2a040
commit 9989571099
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ static struct libmnt_optmap eeze_optmap[] =
{ "noexec", EEZE_DISK_MOUNTOPT_NOEXEC, 0 },
{ "nosuid", EEZE_DISK_MOUNTOPT_NOSUID, 0 },
{ "remount", EEZE_DISK_MOUNTOPT_REMOUNT, 0 },
{ "uid[=]", EEZE_DISK_MOUNTOPT_LOOP, 0 },
{ NULL, 0, 0 }
};
typedef struct libmnt_table libmnt_table;