Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Tue, 27 Sep 2005 23:46:59 +0000 (23:46 +0000)
committeradilger <adilger>
Tue, 27 Sep 2005 23:46:59 +0000 (23:46 +0000)
commit4ea2fd026686de178162ac2ebdad8668837f9ca4
tree85ab7bc8c4f4fd341afa58a4218ccbfcb1306ad1
parent22208e1f28a6f3ffc1810a8e5dfe74236003d329
Branch b1_4
Description: MDS may oops in groups_free()
Details    : in rare race conditions a newly allocated group_info struct is
     freed again, and this can be NULL.  The 2.4 compatibility code
     for groups_free() checked for a NULL pointer, but 2.6 did not.
b=7273
lustre/ChangeLog
lustre/lvfs/upcall_cache.c