From: Aneesh Kumar K.V Date: Tue, 12 May 2009 18:40:37 +0000 (-0400) Subject: ext4: Use a fake block number for delayed new buffer_head X-Git-Tag: linux-omap-v2.6.30-rc6~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b9817e2ae097c7b8d256e3510ac6c54fc6d9d0;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed