Btrfs: mount ro and remount support
authorYan Zheng <zheng.yan@oracle.com>
Wed, 12 Nov 2008 19:34:12 +0000 (14:34 -0500)
committerChris Mason <chris.mason@oracle.com>
Wed, 12 Nov 2008 19:34:12 +0000 (14:34 -0500)
This patch adds mount ro and remount support. The main
changes in patch are: adding btrfs_remount and related
helper function; splitting the transaction related code
out of close_ctree into btrfs_commit_super; updating
allocator to properly handle read only block group.

Signed-off-by: Yan Zheng <zheng.yan@oracle.com>

No differences found