Re: vnode: drop comment, nonsensical where it is

2023-07-17 Thread Sebastien Marie
On Mon, Jul 17, 2023 at 11:40:55AM +0200, Claudio Jeker wrote: > On Wed, Jul 12, 2023 at 12:25:19PM +0200, thib4711 wrote: > > The line comment in struct vnode is fine; > > > > diff --git sys/sys/vnode.h sys/sys/vnode.h > > index 30787afddd8..b2f0fa4b60c 100644 > > --- sys/sys/vnode.h > > +++

Re: vnode: drop comment, nonsensical where it is

2023-07-17 Thread Claudio Jeker
On Wed, Jul 12, 2023 at 12:25:19PM +0200, thib4711 wrote: > The line comment in struct vnode is fine; > > diff --git sys/sys/vnode.h sys/sys/vnode.h > index 30787afddd8..b2f0fa4b60c 100644 > --- sys/sys/vnode.h > +++ sys/sys/vnode.h > @@ -74,12 +74,7 @@ enum vtagtype { > "unused",

vnode: drop comment, nonsensical where it is

2023-07-12 Thread thib4711
The line comment in struct vnode is fine; diff --git sys/sys/vnode.h sys/sys/vnode.h index 30787afddd8..b2f0fa4b60c 100644 --- sys/sys/vnode.h +++ sys/sys/vnode.h @@ -74,12 +74,7 @@ enum vtagtype{ "unused", "unused", "unused", "ISOFS", "unused", \ "EXT2FS", "VFS",