search for: f6da57af2473

Displaying 1 result from an estimated 1 matches for "f6da57af2473".

2007 Aug 09
1
[RFC] All my fsync changes
...0 1000 10240 79.8 6321 AVG: 94.32 files/sec Now I'm kind of uncertain about how I track the last_trans for the inode, I think its right but I'm not entirely sure, so if I need to be doing this elsewhere please let me know. Thanks much, Josef diff -r f6da57af2473 btrfs_inode.h --- a/btrfs_inode.h Wed Aug 08 20:17:12 2007 -0400 +++ b/btrfs_inode.h Thu Aug 09 16:04:17 2007 -0400 @@ -25,6 +25,11 @@ struct btrfs_inode { struct btrfs_block_group_cache *block_group; struct btrfs_key location; struct inode vfs_inode; + + /* + * transid of the trans_handle t...