Whamcloud - gitweb
mke2fs: Do not let -t or -T be specified more than once
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:32 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:45:14 +0000 (18:45 -0400)
commit9f7c3afaef7af307ae9c0fa3648c2e5c61f468b8
treed5f526b914fedf27d31c1c7f22cf71e3661e123a
parent14ed2edb26e94b41ac06d81804b3e6af576b5c79
mke2fs: Do not let -t or -T be specified more than once

In addition to not making sense, it causes a memory leak
when fs_type gets overwritten.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.c