From: behlendo Date: Wed, 13 Aug 2003 18:37:23 +0000 (+0000) Subject: - #1592 fixes trying to read a single page that was entirely past X-Git-Tag: v1_7_0_51~2^7~685 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f2388791eda8926d9b7d6864e33b68fc071abd94;p=fs%2Flustre-release.git - #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. --- 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