Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Fri, 19 Aug 2005 08:13:51 +0000 (08:13 +0000)
committeradilger <adilger>
Fri, 19 Aug 2005 08:13:51 +0000 (08:13 +0000)
commit8f9849336da83416437dbf304144b1226428e279
treefa8c83af58acc94197bc29687486e5bc55fb8fa0
parent8bfd40e189326db1fb56431918c88badcadabb69
Branch b1_4
Description: Racing open + rm can assert client in mdc_set_open_replay_data()
Details    : If lookup is in progress on a file that is unlinked we might try
             to revalidate the inode and fail in revalidate after lookup is
             complete and ll_file_open() enqueues the open again but
             it_open_error() was not checking DISP_OPEN_OPEN errors correctly.
b=5479 b=6816
lustre/ChangeLog
lustre/mdc/mdc_locks.c