commit | f29844623de29a12358d7fba35d0959465b64adf | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Thu Apr 10 16:19:33 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:01 2008 -0400 |
tree | 0268addb1a152cc1dbfdef1a50e32d6a7e97bdcf | |
parent | 16432985920f3c45af82da214e2498f3e2f9066b [diff] [blame] |
Btrfs: Write out all super blocks on commit, and bring back proper barrier support Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/disk-io.h b/fs/btrfs/disk-io.h index 4fac0cc..60b0190 100644 --- a/fs/btrfs/disk-io.h +++ b/fs/btrfs/disk-io.h
@@ -20,6 +20,7 @@ #define __DISKIO__ #define BTRFS_SUPER_INFO_OFFSET (16 * 1024) +#define BTRFS_SUPER_INFO_SIZE 4096 struct btrfs_device; struct btrfs_fs_devices;