K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-02-07T15:40:01.754869Z K 7 svn:log V 240 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 END