Whamcloud - gitweb
create_inode: don't indiscriminately #include "nls-enable.h"
authorTheodore Ts'o <tytso@mit.edu>
Fri, 19 Sep 2014 04:46:41 +0000 (00:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 19 Sep 2014 04:46:41 +0000 (00:46 -0400)
commit0c49965fb69e7a8fac7043bea186323aa1c2197a
tree86e5623257320459f1472c23e9ddff579d12e8b7
parenta133c81d0622717102383ee6995c3c33e482988f
create_inode: don't indiscriminately #include "nls-enable.h"

The create_inode.h header file is pulled in by debugfs, which is not
internationalized.  It had no business pulling in nls-enable.h; that
header file should only be used in specific .c files that support
internationalization.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/create_inode.c
misc/create_inode.h
misc/mke2fs.c