commit | 0c49965fb69e7a8fac7043bea186323aa1c2197a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 19 00:46:41 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 19 00:46:41 2014 -0400 |
tree | 86e5623257320459f1472c23e9ddff579d12e8b7 | |
parent | a133c81d0622717102383ee6995c3c33e482988f [diff] |
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>