svn commit: r277868 - head/contrib/amd/amd

Pedro F. Giffuni pfg at FreeBSD.org
Thu Jan 29 01:26:24 UTC 2015


Author: pfg
Date: Thu Jan 29 01:26:23 2015
New Revision: 277868
URL: https://svnweb.freebsd.org/changeset/base/277868

Log:
  Revert r277814: It will be re-merged through the vendor area.

Modified:
  head/contrib/amd/amd/amfs_generic.c

Modified: head/contrib/amd/amd/amfs_generic.c
==============================================================================
--- head/contrib/amd/amd/amfs_generic.c	Thu Jan 29 00:34:58 2015	(r277867)
+++ head/contrib/amd/amd/amfs_generic.c	Thu Jan 29 01:26:23 2015	(r277868)
@@ -1113,7 +1113,7 @@ amfs_generic_mount_child(am_node *new_mp
     new_mp->am_transp = (SVCXPRT *) xmalloc(sizeof(SVCXPRT));
     *(new_mp->am_transp) = *current_transp;
   }
-  if (error && new_mp->am_mnt && (new_mp->am_mnt->mf_ops == &amfs_error_ops))
+  if (error && (new_mp->am_mnt->mf_ops == &amfs_error_ops))
     new_mp->am_error = error;
 
   if (new_mp->am_error > 0)


More information about the svn-src-all mailing list