Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242384
b: refs/heads/master
c: c2cc702
h: refs/heads/master
v: v3
  • Loading branch information
Amir Goldstein authored and Theodore Ts'o committed Mar 21, 2011
1 parent b66831b commit 961b43c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 688f869ce3bdc892daa993534dc6df18c95df931
refs/heads/master: c2cc7028e41c76e44b6e247c4b495c7523b23c87
7 changes: 7 additions & 0 deletions trunk/include/linux/journal-head.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ struct journal_head {
*/
unsigned b_modified;

/*
* This feild tracks the last transaction id in which this buffer
* has been cowed
* [jbd_lock_bh_state()]
*/
unsigned b_cow_tid;

/*
* Copy of the buffer data frozen for writing to the log.
* [jbd_lock_bh_state()]
Expand Down

0 comments on commit 961b43c

Please sign in to comment.