hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/sysv/sysv.h
....@@ -23,8 +23,6 @@
2323 struct super_block *s_sb; /* VFS superblock */
2424 int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */
2525 char s_bytesex; /* bytesex (le/be/pdp) */
26
- char s_truncate; /* if 1: names > SYSV_NAMELEN chars are truncated */
27
- /* if 0: they are disallowed (ENAMETOOLONG) */
2826 unsigned int s_inodes_per_block; /* number of inodes per block */
2927 unsigned int s_inodes_per_block_1; /* inodes_per_block - 1 */
3028 unsigned int s_inodes_per_block_bits; /* log2(inodes_per_block) */
....@@ -166,7 +164,6 @@
166164 extern const struct file_operations sysv_dir_operations;
167165 extern const struct address_space_operations sysv_aops;
168166 extern const struct super_operations sysv_sops;
169
-extern const struct dentry_operations sysv_dentry_operations;
170167
171168
172169 enum {