diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
-rw-r--r-- | include/linux/reiserfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index ab748a03fe97..bd52b949f8c9 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -1676,7 +1676,7 @@ struct reiserfs_transaction_handle { | |||
1676 | int t_refcount; | 1676 | int t_refcount; |
1677 | int t_blocks_logged; /* number of blocks this writer has logged */ | 1677 | int t_blocks_logged; /* number of blocks this writer has logged */ |
1678 | int t_blocks_allocated; /* number of blocks this writer allocated */ | 1678 | int t_blocks_allocated; /* number of blocks this writer allocated */ |
1679 | unsigned long t_trans_id; /* sanity check, equals the current trans id */ | 1679 | unsigned int t_trans_id; /* sanity check, equals the current trans id */ |
1680 | void *t_handle_save; /* save existing current->journal_info */ | 1680 | void *t_handle_save; /* save existing current->journal_info */ |
1681 | unsigned displace_new_blocks:1; /* if new block allocation occurres, that block | 1681 | unsigned displace_new_blocks:1; /* if new block allocation occurres, that block |
1682 | should be displaced from others */ | 1682 | should be displaced from others */ |