ext4: Use a fake block number for delayed new buffer_head
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 12 May 2009 18:40:37 +0000 (14:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 May 2009 18:40:37 +0000 (14:40 -0400)
commit33b9817e2ae097c7b8d256e3510ac6c54fc6d9d0
tree3de27ab9a089fb53503fdcc2746e396ee9fb78d0
parent9c1ee184a30394e54165fa4c15923cabd952c106
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>
fs/ext4/inode.c