Re: implicit declaration of function 'strndup'

2010-05-14 Thread Christian Kujau
Hi, I've sent this (see below) a while ago, the patch from Miao Xie is from March even. I still cannot compile btrfs-progs without his fix. Please include this fix into the repo. Thanks, Christian. Christian Kujau wrote on 2010-04-22 24:50 : compiling the latest checkout of btrfs-progs-git, I

Re: [MeeGo-dev] Btrfs as default file system

2010-05-14 Thread Christian Kujau
On Tue, 11 May 2010 at 09:18, Chris Mason wrote: It is too late for such a change in 2.6.34, Linus announced the final RC this week. But I'll have this queued in my .35 releases. Hm, I'd consider such a Kconfig file change to be cosmetic only and could be included during the RC series.

Bug when resizing FS

2010-05-14 Thread Martin Bueger
Hello, when I try to resize the FS with btrfsctl -r it works using + or -, hence, extending or shrinking the FS but when I want to set it to a certain size I always hit the follwing bug: [ cut here ] invalid opcode: [#1] SMP last sysfs file:

btrfs as default fs in Ubuntu 10.10?

2010-05-14 Thread Justin Smith
Hi, FYI: http://www.netsplit.com/2010/05/14/btrfs-by-default-in-maverick/ from the blog entry: The btrfs upstream must be happy with the idea -- JS -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo

Re: Cleancache [PATCH 2/7] (was Transcendent Memory): core files

2010-05-14 Thread Al Viro
On Thu, Apr 22, 2010 at 06:28:09AM -0700, Dan Magenheimer wrote: +struct cleancache_ops { + int (*init_fs)(unsigned long); unsigned long? Really? Not even size_t? + int (*init_shared_fs)(char *uuid, unsigned long); Ditto. + int (*get_page)(int, unsigned long, unsigned long,

Re: Bug when resizing FS

2010-05-14 Thread Yan, Zheng
On Sat, May 15, 2010 at 12:23 AM, Martin Bueger mbuer...@edu.uni-klu.ac.at wrote: Hello, when I try to resize the FS with btrfsctl -r it works using + or -, hence, extending or shrinking the FS but when I want to set it to a certain size I always hit the follwing bug: [ cut here