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)
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>

No differences found