commit | 8f18cf13396caae5a3d7ae91201cfb15181a9642 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Apr 25 16:53:30 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:02 2008 -0400 |
tree | ff4bfc2e7f45f10d176b969408cdb469ae3f7194 | |
parent | 5e478dc9828ad33d7b08dcdf277e13f14a7c1be7 [diff] [blame] |
Btrfs: Make the resizer work based on shrinking and growing devices Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index f00c4be..ac7106e 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h
@@ -474,6 +474,7 @@ u64 pinned; u64 flags; int cached; + int ro; }; struct btrfs_device;