Re: kill FUSE_ROOT_ID

2016-08-13 Thread Mark Kettenis
> Date: Sat, 13 Aug 2016 13:02:19 +0200 > From: Martin Natano <nat...@natano.net> > > Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead for the only place where > it was used. Also, remove one (ino_t) cast from FUSE_ROOTINO, as it is > already included in the #define. Ok?

kill FUSE_ROOT_ID

2016-08-13 Thread Martin Natano
Kill FUSE_ROOT_ID and use FUSE_ROOTINO instead for the only place where it was used. Also, remove one (ino_t) cast from FUSE_ROOTINO, as it is already included in the #define. Ok? natano Index: miscfs/fuse/fuse_vfsops.c === RCS