K 10 svn:author V 3 kib K 8 svn:date V 27 2008-08-13T12:40:23.336748Z K 7 svn:log V 278 MFC r181345: User may do "mount -o snapshot ...", that causes new FFS mount to be performed with snapshot option, while the mp->mnt_opt is NULL. Protect against NULL pointer dereference. MFC r181528: Revert r181345. Move the NULL pointer check to the vfs_deleteopt() function. END