btrfs resize power outage

Hi,

My system specs:
OpenSuse 13.1 x64
SSD Asus ROG RAIDR 128GB

i tried to decrease my SSD partition with 60GB on live system, with KDE running.
I’ve run

btrfs filesystem resize -60g /

And then power outage struck.

Now when the system boot the filesystem is in read-only mode.
When i try

umount /
mount -o remount,rw /sdc1 /

DMESG

BTRFS info (device sdc1): disk space caching is enabled
BTRFS error (device sdc1)L Remounting read-write after error is not allowed

Can someone tell me how to fix the error or forced to mount RW.

Oh and one last thing, when i run df -h i get the old size of the partition. Like the btrfs resize wasn’t do anything

So i boot from live cd and tried:

btrfs check
btrfs check --repair

First couple of times it find errors and correct them, now the check return no errors but the FS is still read only when i boot in OpenSuse. The remount is still failing.

Please help.