commit | 1973f0faeb4a5f35597793c65d3c94d8fd386e10 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Jun 24 13:13:29 2011 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Jun 24 13:13:29 2011 -0400 |
tree | 3e7e5c82f2cb27d679178e4787a583b05b661110 | |
parent | e999376f094162aa425ae749aa1df95ab928d010 [diff] |
Btrfs: make sure to record the transid in new inodes When we create a new inode, we aren't filling in the field that records the transaction that last changed this inode. If we then go to fsync that inode, it will be skipped because the field isn't filled in. Signed-off-by: Chris Mason <chris.mason@oracle.com>