search for: thaw_bdev

Displaying 3 results from an estimated 3 matches for "thaw_bdev".

2005 Mar 10
3
a few questions about ext3 journal
A few wild ideas/questions : 1) Is there a way to check the size of the journal of an ext3 filesystem ? I mean - the actually used size ; not the total size of the journal. 2) Would it be difficult to implement "freeze" of ext3 filesystem - that is, blocking all I/O to the filesystem until it's "unfrozen" (XFS can do that), for two purposes : A/ allowing
2010 Jan 29
0
[PATCH 3/3] ocfs2:freeze-thaw: make it work -v2
...EBUSY when timeout is hit. + * Change me if it's not. + */ + goto wait_thaw; + } else if (ret) { + mlog(ML_ERROR, "Getting PR on freeze_lock failed," + "but going to thaw block device %s\n", osb->dev_str); + } else { + do_unlock = 1; + } + +thaw_dev: + ret = thaw_bdev(osb->sb->s_bdev, osb->sb); + if (ret) { + /* this shouldn't happen */ + mlog_errno(ret); + printk(KERN_WARNING "ocfs2: Thawing %s failed\n", osb->dev_str); + } + + ocfs2_clear_osb_flag(osb, OCFS2_OSB_FROZEN_BY_REMOTE); + + if (do_unlock) + ocfs2_freeze_unlock(osb, 0);...
2007 Dec 07
1
Oops
Hello everybody, I've my Gentoo's /usr/portage on a loopback btrfs. Just wanted to sync and got an oops. I've a rsync and a ls process in status D now. The system has been in suspend (tuxonice 3.0-rc3) with mounted btrfs, perhaps that is related? Dec 7 19:18:38 revo BUG: unable to handle kernel NULL pointer dereference at virtual address 0000000c Dec 7 19:18:38 revo printing