> > I'd suggest something along these lines in final mntput:
> > 
> >         lock_and_coalesce_cpu_mnt_writer_counts();
> >         mnt_unlock_cpus();
> >         BUG_ON(atomic_read(&mnt->__mnt_writers));
> > 
> > since there's basically no other we'll notice if there _is_ an
> > imbalance.
> 
> That's a very good idea.  I've added that check, but a WARN_ON() instead
> of a BUG_ON().
> 
> Does __mntput() seem like the right place to you?

Yes, it does.

Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to