From f2388791eda8926d9b7d6864e33b68fc071abd94 Mon Sep 17 00:00:00 2001 From: behlendo Date: Wed, 13 Aug 2003 18:37:23 +0000 Subject: [PATCH] - #1592 fixes trying to read a single page that was entirely past EOF, we would later oops in commitrw on the OST trying to dput a NULL dentry. This fixes the 'make' issue Richard discovered. - #1765 fixes MDS cleanup bug where we have an outstanding reply at disconnect time. Remove all exp_outstanding_reply manipulation in mds_disconnect. - #1732 fixes the lprocfs unresolved symbol error. --- lustre/LLNL_ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lustre/LLNL_ChangeLog b/lustre/LLNL_ChangeLog index 56a1253..b16055d 100644 --- a/lustre/LLNL_ChangeLog +++ b/lustre/LLNL_ChangeLog @@ -1,6 +1,17 @@ 2003-08-12 Brian Behlendorf * tip of b_llnl_devel * bug fixes: + - #1592 fixes trying to read a single page that was entirely past + EOF, we would later oops in commitrw on the OST trying to dput + a NULL dentry. This fixes the 'make' issue Richard discovered. + - #1765 fixes MDS cleanup bug where we have an outstanding reply + at disconnect time. Remove all exp_outstanding_reply + manipulation in mds_disconnect. + - #1732 fixes the lprocfs unresolved symbol error. + +2003-08-12 Brian Behlendorf + * version llnl_5devel tagged + * bug fixes: - #1600 MDS server data isn't written at setup. This causes a crash in mds_update_server_data when the MDS is mounted the first time. - #1749 -- 1.8.3.1