search for: update_blocks

Displaying 2 results from an estimated 2 matches for "update_blocks".

Did you mean: update_block
2005 Nov 25
0
Using link_to_remote/remote_function outside of a Controller
...call looks like this: ################################################################ #I uses remote_function within a select_tag funtion call: remote_function(:update => values_id, :with => "val=+value", :url => {:action => :update_blocks })) ################################################################ There might be a logical explanation to this behaviour but I cant figure it out! Any help is appreciated! /Rick -- Posted via http://www.ruby-forum.com/.
2009 May 12
0
[PATCH 1/2] btrfs-progs: mixed back ref support
This patch adds mixed back ref support for btrfs programs. The mixed back ref is a new disk format. back compatilibity is still not implemented. To try the new disk format, you need fresh formatted btrfs. Signed-off-by: Yan Zheng <zheng.yan@oracle.com> --- diff -urp btrfs-progs-unstable/crc32c.h btrfs-progs-2/crc32c.h --- btrfs-progs-unstable/crc32c.h 2008-09-30 16:50:58.898877720 +0800