From 3d0a53cf2b4caca53ee7e42ba48cccdc6da82c0d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 26 Jun 2015 07:09:35 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2afb3252b1..2224feead3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10621,4 +10621,7 @@ 25*12MHz=300MHz CPU clock. The correct multiplier is 24 becaue the calculatin if (24+1)*12MHz. So the board was running at 312MHz. From Efim Monjak (2015-06-26). + * NFS client: Fix prototype of unbind method. The function prototype + was not updated for NFS after a recent change to the file system + interface. From Manuel Stühn (2015-06-25).