diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-01-31 16:45:07 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:00 -0400 |
commit | 4529ba495c6fd0d79247784d0df55ae6512fa883 (patch) | |
tree | 92e42dce09b7509894ee4e163f06006e19a46b3e /fs/btrfs/transaction.c | |
parent | b0c68f8bed058d9f2023b067b16ed06a8c439544 (diff) |
Btrfs: Add data block hints to SSD mode too
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/transaction.c')
-rw-r--r-- | fs/btrfs/transaction.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index b4a1bc62a784..3f64d0c7ddb9 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -58,6 +58,7 @@ static int join_transaction(struct btrfs_root *root) | |||
58 | root->fs_info->generation++; | 58 | root->fs_info->generation++; |
59 | root->fs_info->running_transaction = cur_trans; | 59 | root->fs_info->running_transaction = cur_trans; |
60 | root->fs_info->last_alloc = 0; | 60 | root->fs_info->last_alloc = 0; |
61 | root->fs_info->last_data_alloc = 0; | ||
61 | cur_trans->num_writers = 1; | 62 | cur_trans->num_writers = 1; |
62 | cur_trans->num_joined = 0; | 63 | cur_trans->num_joined = 0; |
63 | cur_trans->transid = root->fs_info->generation; | 64 | cur_trans->transid = root->fs_info->generation; |