Whamcloud - gitweb
Fix refcount problem. It wasn't dentries that were causing the problem,
authoradilger <adilger>
Fri, 24 May 2002 18:46:33 +0000 (18:46 +0000)
committeradilger <adilger>
Fri, 24 May 2002 18:46:33 +0000 (18:46 +0000)
commit626d79b6227bbbe6725898a9c0076ead751a4ea7
treeee19d45ea1fb4a8544b9c9d12d47d5062fc7cac0
parent60033bf91464a9d55735737a7933ae8a641e15ce
Fix refcount problem.  It wasn't dentries that were causing the problem,
but an unbalanced push_ctxt() increasing the mnt->mnt_count and not
allowing us to free the superblock.  Argh.
lustre/obdfilter/filter.c