OSDN Git Service

libext2fs: fix a coding style for EXT2_NO_MTAB_FILE
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 5 Aug 2013 05:02:43 +0000 (13:02 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Sep 2013 14:50:11 +0000 (10:50 -0400)
commit8ab395524b95875818505a497428cab73e80c0d5
treeb92b547357831e1a94c05365c4915164b4eb9965
parenta88c2fb508e42be997512732085a2ed887155b9f
libext2fs: fix a coding style for EXT2_NO_MTAB_FILE

When we define an error in lib/ext2fs/ext2_err.et.in, we will always use
EXT2_ET_* prefix for a new error.  But EXT2_NO_MTAB_FILE doesn't obey
this rule.  So fix it.

Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ismounted.c