From: behlendo Date: Tue, 12 Aug 2003 22:45:14 +0000 (+0000) Subject: - backport some small cleanups to the dentry refcounts and cleanup X-Git-Tag: v1_7_0_51~2^7~689 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=102c81869a18331201de3df6e2452f166535374a;p=fs%2Flustre-release.git - backport some small cleanups to the dentry refcounts and cleanup - Zach's fix from llpio which fixes a race condition in the partial read path --- diff --git a/lustre/LLNL_ChangeLog b/lustre/LLNL_ChangeLog index 5f252a0..56a1253 100644 --- a/lustre/LLNL_ChangeLog +++ b/lustre/LLNL_ChangeLog @@ -3,9 +3,16 @@ * 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 avoids setting DISP_LOOKUP_EXECD until we can set either - LOOKUP_NEG or LOOKUP_POS. It also backports a fix from b_devel, - to return LOCK_ABORTED if LOOKUP_EXECD isn't set. + - #1749 + - avoids setting DISP_LOOKUP_EXECD until we can set either + LOOKUP_NEG or LOOKUP_POS. + - backports a fix from b_devel, to return LOCK_ABORTED if + LOOKUP_EXECD isn't set. + - #1642 + - backport some small cleanups to the dentry refcounts and cleanup + - Zach's fix from llpio which fixes a race condition in the + partial read +path 2003-08-12 Brian Behlendorf * version llnl_4devel tagged