From fd70ec76469204ffa7c8145c978f2fba6dca9a7a Mon Sep 17 00:00:00 2001 From: Basavanagowda Kanur Date: Mon, 6 Jul 2009 05:47:25 +0000 Subject: libglusterfs - remove definition of ZR_FILENAME_MAX to maintain uniformity of maximum length of file name, through out glusterfs, use NAME_MAX. Signed-off-by: Anand V. Avati --- libglusterfs/src/glusterfs.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libglusterfs/src/glusterfs.h') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index bb93f5faa7e..e522c3176e0 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -74,11 +74,6 @@ /* TODO: Should we use PATH-MAX? On some systems it may save space */ #define ZR_PATH_MAX 4096 -/* This is used as the maximum permitted filename length over FS. - * If the backend FS supports higher than this, it should be changed. - */ -#define ZR_FILENAME_MAX 256 - /* NOTE: add members ONLY at the end (just before _MAXVALUE) */ typedef enum { -- cgit