CVSROOT: /cvs Module name: src Changes by: nat...@cvs.openbsd.org 2016/02/25 12:07:45
Modified files: sys/miscfs/fuse: fuse_vfsops.c Log message: Replace a usage of ROOTINO ((ufsino_t)2 with FUSE_ROOTINO ((ino_t)1). The FUSE_ROOTINO define is used everywhere else in fuse, so the mismatch caused a file handle for the filesystem root to be falsely rejected with ESTALE. ok stefan@