From 76e512108935ecdb46792208dae5f59c7ea78e25 Mon Sep 17 00:00:00 2001 From: Fabian Frederick Date: Mon, 13 Oct 2014 15:54:01 -0700 Subject: [PATCH] FS/OMFS: block number sanity check during fill_super operation This patch defines maximum block number to 2^31. It also converts bitmap_size and array_size to unsigned int in omfs_get_imap Signed-off-by: Fabian Frederick Suggested-by: Linus Torvalds Suggested-by: Bob Copeland Acked-by: Bob Copeland Tested-by: Bob Copeland Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed