git: df34c934a2d0 - stable/13 - fdescfs: remove useless XXX comment, unwrap line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:59:19 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=df34c934a2d0cfc149665af9e1a38e9fd51f9429 commit df34c934a2d0cfc149665af9e1a38e9fd51f9429 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-03-21 21:28:16 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-03-31 00:47:52 +0000 fdescfs: remove useless XXX comment, unwrap line (cherry picked from commit fa3ea81b77e41e3f33a611e51fd8bcbb2f4c8a95) --- sys/fs/fdescfs/fdesc_vfsops.c | 3 +-- 1 file changed, 1 insertion(+), 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