From: Dirk Vogt Date: Wed, 24 Nov 2010 16:29:50 +0000 (+0000) Subject: don't send FS_READY anymore X-Git-Tag: v3.2.0~731 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-revoke.html?a=commitdiff_plain;h=46ec37365ed5aaf0665525abc41ed6cc615e72c9;p=minix.git don't send FS_READY anymore --- diff --git a/servers/hgfs/main.c b/servers/hgfs/main.c index 4826af342..84a1b1c1b 100644 --- a/servers/hgfs/main.c +++ b/servers/hgfs/main.c @@ -73,15 +73,6 @@ sef_init_info_t *info; state.mounted = FALSE; - /* Announce our presence to VFS. */ - m.m_type = FS_READY; - - if ((r = send(VFS_PROC_NR, &m)) != OK) { - printf("HGFS: unable to login to VFS (%d)\n", r); - - return r; - } - return OK; }