From 6d0b792df7cdd24796bc8f4da73ee733ac53e5b6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 13 Oct 1999 19:36:53 +0000 Subject: 1999-10-13 Roland McGrath * ext2fs.c (diskfs_name_max): New variable. --- ext2fs/ext2fs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext2fs/ext2fs.c') 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; -- cgit v1.2.3