* [PATCH] libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps
@ 2011-12-05 18:02 Theodore Ts'o
0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2011-12-05 18:02 UTC (permalink / raw)
To: Ext4 Developers List; +Cc: Theodore Ts'o
This is only an issue for programs compiled against e2fsprogs 1.41
that manipulate bitmaps directly. Fortunately there are very few
programs which do that, especially those that try to clear a bitmap.
Addresses-Sourceforge-Bugs: #3451486
Reported-by: robi6@users.sourceforge.net
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
lib/ext2fs/gen_bitmap64.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ext2fs/gen_bitmap64.c b/lib/ext2fs/gen_bitmap64.c
index 9dbbf9f..4dc4e08 100644
--- a/lib/ext2fs/gen_bitmap64.c
+++ b/lib/ext2fs/gen_bitmap64.c
@@ -297,8 +297,8 @@ void ext2fs_clear_generic_bmap(ext2fs_generic_bitmap bitmap)
{
if (EXT2FS_IS_32_BITMAP(bitmap))
ext2fs_clear_generic_bitmap(bitmap);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-05 18:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 18:02 [PATCH] libext2fs: don't break when ext2fs_clear_generic_bmap() for 32-bit bitmaps Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).