Re: [PATCH 12/17] fuse: add connection aborting

From: Miklos Szeredi
Date: Sat Jan 14 2006 - 04:49:01 EST


> >
> > unsigned mounted : 1;
> > unsigned connected : 1;
>
> Do these bitfields have locking?

Yes, these ones do have locking, but the others that follow don't,
which would cause similar problems. I'll revise this part of the
code.

Thanks,
Miklos
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/