commit | 33b9817e2ae097c7b8d256e3510ac6c54fc6d9d0 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue May 12 14:40:37 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 12 14:40:37 2009 -0400 |
tree | 3de27ab9a089fb53503fdcc2746e396ee9fb78d0 | |
parent | 9c1ee184a30394e54165fa4c15923cabd952c106 [diff] |
ext4: Use a fake block number for delayed new buffer_head Use a very large unsigned number (~0xffff) as as the fake block number for the delayed new buffer. The VFS should never try to write out this number, but if it does, this will make it obvious. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>