NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58768 CVS commit: src/usr.sbin/puffs/mount_9p
The following reply was made to PR bin/58768; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58768 CVS commit: src/usr.sbin/puffs/mount_9p
Date: Mon, 10 Mar 2025 21:21:20 +0000
Module Name: src
Committed By: riastradh
Date: Mon Mar 10 21:21:20 UTC 2025
Modified Files:
src/usr.sbin/puffs/mount_9p: ninepuffs.c node.c
Log Message:
mount_9p(8): Implement pathconf stub.
Doesn't actually do anything useful -- it just returns EINVAL as
pathconf is supposed to for unknown pathconf key names; by default, it
will return ENOTSUPP, which leads applications like ls(1) to print:
ls: /mnt/.git: Operation not supported
This is a little silly; perhaps puffs should use EINVAL itself instead
of ENOTSUPP. But this change is less risky for now.
PR bin/58768: mount_9p: missing pathconf(2) support
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/puffs/mount_9p/ninepuffs.c
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/puffs/mount_9p/node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index