patch-2.4.15 linux/include/linux/sysv_fs_sb.h

Next file: linux/include/linux/ufs_fs.h
Previous file: linux/include/linux/sysv_fs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.14/linux/include/linux/sysv_fs_sb.h linux/include/linux/sysv_fs_sb.h
@@ -13,7 +13,6 @@
 struct sysv_sb_info {
 	int	       s_type;		/* file system type: FSTYPE_{XENIX|SYSV|COH} */
 	char	       s_bytesex;	/* bytesex (le/be/pdp) */
-	char	       s_kludge_symlinks; /* flag whether symlinks have a kludgey mode */
 	char	       s_truncate;	/* if 1: names > SYSV_NAMELEN chars are truncated */
 					/* if 0: they are disallowed (ENAMETOOLONG) */
 	nlink_t        s_link_max;	/* max number of hard links to a file */
@@ -56,7 +55,6 @@
 /* sv_ == u.sysv_sb.s_ */
 #define sv_type					u.sysv_sb.s_type
 #define sv_bytesex				u.sysv_sb.s_bytesex
-#define sv_kludge_symlinks			u.sysv_sb.s_kludge_symlinks
 #define sv_truncate				u.sysv_sb.s_truncate
 #define sv_link_max				u.sysv_sb.s_link_max
 #define sv_inodes_per_block			u.sysv_sb.s_inodes_per_block

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)