]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/jfs_mount.c
h63xx: initial omap board support.
[linux-2.6-omap-h63xx.git] / fs / jfs / jfs_mount.c
index 644429acb8c05d92d49e2129df8d155d37792c4b..7b698f2ec45afc5f598ff21ffea3bc95fc0422c2 100644 (file)
@@ -147,7 +147,7 @@ int jfs_mount(struct super_block *sb)
         */
        if ((sbi->mntflag & JFS_BAD_SAIT) == 0) {
                ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1);
-               if (ipaimap2 == 0) {
+               if (!ipaimap2) {
                        jfs_err("jfs_mount: Faild to read AGGREGATE_I");
                        rc = -EIO;
                        goto errout35;