On Thu, Feb 16, 2012 at 6:55 PM, Chris Mason <chris.ma...@oracle.com> wrote:
> On Thu, Feb 16, 2012 at 04:05:40PM +0100, Ahmet Inan wrote:
>> On Thu, Feb 16, 2012 at 11:31 AM, Chris Samuel <ch...@csamuel.org> wrote:
>> > On Thursday 16 February 2012 19:06:52 Ahmet Inan wrote:
>> >
>> >> and got ENOSPC again :(
>> >>
>> >> so it doesnt matter if lzo or zlib: ENOSPC with compression
>> >> enabled!
>> >>
>> >> my kernel: vanilla 3.2.5
>> >
>> > I know that there has been an ENOSPC fix go in to the 3.3 RC kernels
>> > since the 3.2 release, any chance you'd be able to see if it still
>> > happens with the current 3.3 RC ?
>>
>> just tested 3.3.0-rc3, and it works like a charm!
>>
>> but there are lots of issues with external packages not compiling with 3.3,
>> why i wont be able to deploy it to our systems here yet.
>>
>> could this one bugfix be backported to 3.2?
>
> All of the btrfs patches in 3.3-rc are against 3.2 in my git tree:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus

thank you very much, it works as it should.
had to couse some traffic on kernel.org but finally i got a local linux repo!

is for-linus considered stable and can i pull regularly?

here what i did for those interested:

cd /usr/src/
rm linux
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux
cd linux
git checkout linux-3.2.y
git pull git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
for-linus
cp /boot/config .config
make menuconfig
# look around, save and exit
make -j8
make modules_install
make install

and thats it, 3.2.6 stable kernel from git with latest for-linus btrfs from git

Ahmet
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to