Whamcloud - gitweb
Fix mke2fs and debugfs to support large (> 16 bit) uid's and gid's
authorEric Sandeen <sandeen@redhat.com>
Tue, 8 May 2007 04:10:54 +0000 (00:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 8 May 2007 04:10:54 +0000 (00:10 -0400)
commit5113a6e32b298671c86ae7da097bcd24540cebc9
tree48a74869e09a986ab8a411eb9fd5109308e1e080
parenta25d231a8a153f48984f84f44a6b548b779cf6b1
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>
debugfs/ChangeLog
debugfs/debugfs.c
debugfs/ls.c
debugfs/lsdel.c
e2fsck/ChangeLog
e2fsck/message.c
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
misc/ChangeLog
misc/mke2fs.c