]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tmpfs: implement pathconf(_PC_SYMLINK_MAX)
authorAlex Richardson <arichardson@FreeBSD.org>
Wed, 17 Mar 2021 09:49:49 +0000 (09:49 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Wed, 17 Mar 2021 09:49:49 +0000 (09:49 +0000)
commit79edf3d795657c35da4adc7070aea16754e45721
treecbdcdc8c71a405ceeee238cf0bd92600105ed708
parentaa68a0b324cfa20e0b4383bb0f1e41fe6803e535
tmpfs: implement pathconf(_PC_SYMLINK_MAX)

This fixes one of the sys/audit tests when running them on tmpfs.

Reviewed By: delphij, kib
Differential Revision: https://reviews.freebsd.org/D28387

(cherry picked from commit 1d15bceae63c438e3ff7dc7a0ca8a2c538e357b9)
sys/fs/tmpfs/tmpfs_vnops.c