freebsd-dev/sys/fs/fdescfs
Pedro F. Giffuni 9da20ec3a0 Revert r295359:
CID 1018688 is a false positive.

The initialization is done by calling vn_start_write(... &mp, flags).
mp is only an output parameter unless (flags & V_MNTREF), and fdesc
doesn't put V_MNTREF in flags.

Pointed out by:	bde
2016-02-07 15:40:01 +00:00
..
fdesc_vfsops.c Implement lockless resource limits. 2015-06-10 10:48:12 +00:00
fdesc_vnops.c Revert r295359: 2016-02-07 15:40:01 +00:00
fdesc.h