Whamcloud - gitweb
b=22107 a fix for the warning message in filter_destroy_internal
authorAndrew Perepechko <andrew.perepechko@sun.com>
Thu, 30 Sep 2010 12:45:54 +0000 (16:45 +0400)
committerAndrew Perepechko <andrew.perepechko@sun.com>
Thu, 30 Sep 2010 12:45:54 +0000 (16:45 +0400)
commit8983c8b34f4923d76c7a6ede2ff02a8989e54171
tree41cd80edd73d48b85aa54b2ec18a9e8b0c5037f6
parent4a7feafcb8f8ddf51ef1e2d6726ce371ff808637
b=22107 a fix for the warning message in filter_destroy_internal

filter_destroy_internal is entered with inode references from
lookup and from the resource used by the extent lock, so the
check is changed to i_count != 2.

i=Vitaly Fertman
i=Johann Lombardi
lustre/obdfilter/filter.c