From 50682bb4de35544466c264c017030de826614367 Mon Sep 17 00:00:00 2001 From: Eric Sesterhenn Date: Tue, 6 Jan 2009 14:43:13 -0800 Subject: [PATCH] bfs: check that filesystem fits on the blockdevice Since all sanity checks rely on the validity of s_start which gets only checked to be smaller than s_end, we should also check if s_end is sane. Now we also try to retrieve the last block of the filesystem, which is computed by s_end. If this fails, something is bogus. Signed-off-by: Eric Sesterhenn Acked-by: Tigran Aivazian Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed