aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-03-21 21:28:16 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-03-24 17:46:47 +0000
commitfa3ea81b77e41e3f33a611e51fd8bcbb2f4c8a95 (patch)
tree7220b560e769f46f4756e8046e1bbc74779706ae
parent052211e08c0e227277d0c4dc603bba2253eb3d73 (diff)
downloadsrc-fa3ea81b77e41e3f33a611e51fd8bcbb2f4c8a95.tar.gz
src-fa3ea81b77e41e3f33a611e51fd8bcbb2f4c8a95.zip
fdescfs: remove useless XXX comment, unwrap line
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D39207
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index 9d8fdda47cbf..edc2cdd61847 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -90,8 +90,7 @@ fdesc_mount(struct mount *mp)
if (mp->mnt_flag & (MNT_UPDATE | MNT_ROOTFS))
return (EOPNOTSUPP);
- fmp = malloc(sizeof(struct fdescmount),
- M_FDESCMNT, M_WAITOK); /* XXX */
+ fmp = malloc(sizeof(struct fdescmount), M_FDESCMNT, M_WAITOK);
/*
* We need to initialize a few bits of our local mount point struct to