[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TAKE - remove superlous MAXNAMELEN checks
Date: Fri Dec 13 13:27:14 PST 2002
Workarea: lab343.munich.sgi.com:/home/hch/repo/slinx/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:135168a
linux/fs/xfs/xfs_rename.c - 1.45
linux/fs/xfs/xfs_vnodeops.c - 1.578
- don't check for MAXNAMELEN in the individual VOPs - we never
enter them with longer names
linux/fs/xfs/xfs_dir.c - 1.147
linux/fs/xfs/xfs_dir2.c - 1.41
- don't check for MAXNAMELEN in lowlevel directory code - we never
enter it with longer names
linux/fs/xfs/linux/xfs_linux.h - 1.96
- remove second (identical) MAXNAMELEN define