From owner-freebsd-current@freebsd.org Mon Mar 20 18:22:24 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2A16D14B60 for ; Mon, 20 Mar 2017 18:22:24 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp001.me.com (st13p35im-asmtp001.me.com [17.164.199.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D1DC1F67 for ; Mon, 20 Mar 2017 18:22:24 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp001.me.com by st13p35im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0ON400E00LO5CQ00@st13p35im-asmtp001.me.com> for freebsd-current@freebsd.org; Mon, 20 Mar 2017 18:22:18 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1490034138; bh=XkkfutOtdjuAooh5u+WCiRvGt7Hea11yxibTT90FtrM=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=JCu84AT4cVVWuBjSkEKxQOsNUI7J7EubRyEPSl+cI1QhmxhKtMvQcVkQeSPT8zOAl BPOE0UYJJspFDxLZ6sVtTE7zGrZEUT94bY/Ll0YlgKrgDs1V0stzVtWXcb6cNt5R8/ ot96l3pkskFFIIBtIhh8RRV39q5G6w9eAYO+mfTE1v7sgel6/ITEqf3JLtx3F6l2u7 5EBL39XadJ9LXjHtfK8Hzg7TbdF/LEvDfWqnxSSyQATO7H0NXoThZF+NHMDQH/GmE2 tfnW354fQjpgKtMYCa3ybrApiOgb9UPum2pkGtglVjR2vpAfPIuXEVbFAOA8VyQPbz MY+yR4WQMuIAw== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0ON400CQSLP1CF10@st13p35im-asmtp001.me.com> for freebsd-current@freebsd.org; Mon, 20 Mar 2017 18:22:15 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-20_14:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1701120000 definitions=main-1703200156 From: Toomas Soome MIME-version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: NFSv2 boot & OLD_NFSV2 Message-id: <38DD1950-AD12-4A27-8335-54F997E408DF@me.com> Date: Mon, 20 Mar 2017 20:22:12 +0200 To: FreeBSD Current X-Mailer: Apple Mail (2.3259) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 18:22:24 -0000 Hi! The current boot code is building NFSv3, with preprocessor conditional = OLD_NFSV2. Should NFSv2 code still be kept around or can we burn it? rgds, toomas=