Whamcloud - gitweb
Two bugs that were stopping write_disjoint from passing. First, an awesome
authorzab <zab>
Mon, 20 Oct 2003 18:18:15 +0000 (18:18 +0000)
committerzab <zab>
Mon, 20 Oct 2003 18:18:15 +0000 (18:18 +0000)
commitcdcc46d9910ef179f045ad1747533c78c6a3d6e2
tree0b7fa74df7bc4c835020c121944db60f226309d7
parentf612f4397d2684a2b6f59e56cdef8265ea4fc8e3
Two bugs that were stopping write_disjoint from passing.  First, an awesome
typo in lov_lock_contains() prevented llite from recognizing a lock cancelation
associated with the furthest cached region of a file.  Second, a comparision in
obdo_refresh_inode() without a complimentary drop of i_size to 0 prevented a
node from getting size updates after a remote truncate.
lustre/obdclass/obdo.c