]> mj.ucw.cz Git - libucw.git/commit
fix partmap_load() on amd64 with CONFIG_PARTMAP_IS_MMAP
authorRobert Spalek <rspalek@gmail.com>
Wed, 4 Feb 2009 05:09:27 +0000 (21:09 -0800)
committerRobert Spalek <rspalek@gmail.com>
Wed, 4 Feb 2009 05:09:27 +0000 (21:09 -0800)
commit72730c8119f088f39e6ad8c5b0dde446a3940578
treef5399e79285b4a41613e97000d9acc4543d26382
parentd4f83a6243188542814dc49726c9bbfa14d273a8
fix partmap_load() on amd64 with CONFIG_PARTMAP_IS_MMAP

I don't understand how this could ever have worked.  the left-hand side is -1
and is never larger than right-hand side when comparing signed values.
ucw/partmap.c