summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-13 19:36:53 +0000
committerRoland McGrath <roland@gnu.org>1999-10-13 19:36:53 +0000
commit6d0b792df7cdd24796bc8f4da73ee733ac53e5b6 (patch)
tree95a2c338f7eea14f79179aa0dfe169577022c504 /ext2fs/ext2fs.c
parent04ad5d22ce7a098872314b3892a8d1181d13fc31 (diff)
1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
* ext2fs.c (diskfs_name_max): New variable.
Diffstat (limited to 'ext2fs/ext2fs.c')
-rw-r--r--ext2fs/ext2fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c
index 8cca73ed..ef22a940 100644
--- a/ext2fs/ext2fs.c
+++ b/ext2fs/ext2fs.c
@@ -35,6 +35,7 @@
/* ---------------------------------------------------------------- */
int diskfs_link_max = EXT2_LINK_MAX;
+int diskfs_name_max = EXT2_NAME_LEN;
int diskfs_maxsymlinks = 8;
int diskfs_shortcut_symlink = 1;
int diskfs_shortcut_chrdev = 1;