Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Wed, 10 Aug 2005 07:36:45 +0000 (07:36 +0000)
committeradilger <adilger>
Wed, 10 Aug 2005 07:36:45 +0000 (07:36 +0000)
commit1ffa8a8757f0ee09932a7c52d9cf263fb8d7fe3f
treea39b05439669d294051eea24cfada330345592a6
parent1165e9d6acb744b049a513b26a5b39b8a2f69692
Branch b1_4
Description: If an OST is inactive, its locks might reference stale inodes.
Details    : lov_change_cbdata() must iterate over all namespaces, even if
             they are inactive to clear inode references from the lock.
     Otherwise we get stale locks referencing random memory (possibly
     not even an inode) when the locks drop off the LRU.
b=7039
r=alex
lustre/ChangeLog
lustre/lov/lov_obd.c