Messages in this thread |  | | | Subject | Re: Btrfs for mainline | | From | Chris Mason <> | | Date | Fri, 02 Jan 2009 14:38:07 -0500 | |
On Sat, 2009-01-03 at 01:37 +0900, Ryusuke Konishi wrote:
> Hi,
> On Wed, 31 Dec 2008 18:19:09 -0500, Chris Mason <chris.mason@oracle.com> wrote:
> >
> > This has only btrfs as a module and would be the fastest way to see
> > the .c files. btrfs doesn't have any changes outside of fs/Makefile and
> > fs/Kconfig
[ ... ]
> In addition, there seem to be well-separated reusable routines such as
> async-thread (enhanced workqueue) and extent_map. Do you intend to
> move these into lib/ or so?
Sorry, looks like I hit send too soon that time. The async-thread code
is very self contained, and was intended for generic use. Pushing that
into lib is probably a good idea.
The extent_map and extent_buffer code was also intended for generic use.
It needs some love and care (making it work for blocksize != pagesize)
before I'd suggest moving it out of fs/btrfs.
-chris
|  |