aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-05-18 01:42:03 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-05-22 12:16:09 +0000
commitf784da883fd5a744fcaf4ccfc550ca497ea5d7a6 (patch)
tree44d3e0314bfe6d5ae019ac0ade061478e0b3e415 /sys/sys/mount.h
parentea2b64c2413355ac0d5fc6ff597342e9437a34d4 (diff)
downloadsrc-f784da883fd5a744fcaf4ccfc550ca497ea5d7a6.tar.gz
src-f784da883fd5a744fcaf4ccfc550ca497ea5d7a6.zip
Move mnt_maxsymlinklen into appropriate fs mount data structures
Reviewed by: mckusick Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week X-MFC-Note: struct mount layout Differential revision: https://reviews.freebsd.org/D30325
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index f341370ecd86..a1d4bfd15ddb 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -224,7 +224,6 @@ struct mount {
int mnt_writeopcount; /* (i) write syscalls pending */
struct vfsoptlist *mnt_opt; /* current mount options */
struct vfsoptlist *mnt_optnew; /* new options passed to fs */
- uint64_t mnt_maxsymlinklen; /* max size of short symlink */
struct statfs mnt_stat; /* cache of filesystem stats */
struct ucred *mnt_cred; /* credentials of mounter */
void * mnt_data; /* private data */