Re: [RFC PATCH] Show data flow for file copyup in unions

From: J. R. Okajima
Date: Thu Mar 18 2010 - 15:19:47 EST



Valerie Aurora:
> Hm, I don't understand how handing it off to another thread would
> help. The thing I am worried about is some internal assumption in the
> file system that a directory without write permission can't be
> changed. Totally manufactured example:
>
> somefs_create()
> {
> BUG_ON(IS_RDONLY(dir->d_inode);
> [...]
> }

While I don't know whether there suce fs exists or not, for such fs we
cannot create files. I agree with you.


J. R. Okajima
--
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/