commit | 5113a6e32b298671c86ae7da097bcd24540cebc9 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue May 08 00:10:54 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 08 00:10:54 2007 -0400 |
tree | 48a74869e09a986ab8a411eb9fd5109308e1e080 | |
parent | a25d231a8a153f48984f84f44a6b548b779cf6b1 [diff] |
Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's Mke2fs is supposed to set the uid/gid ownership of the root directory when a non-rooot user creates the filesystem. This wasn't working correctly if the uid/gid was > 16 bits. In additional, debugfs wasn't displaying large uid/gid's correctly. This patch fixes these two programs. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>