diff --git a/[refs] b/[refs] index edd5345843e8..a6839585c1f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7fbd893388d9e86d29b7cfbd5457bcf03496fbf +refs/heads/master: cc37f75a9ffbbfcb1c3297534f293c8284e3c5a6 diff --git a/trunk/fs/squashfs/super.c b/trunk/fs/squashfs/super.c index 2da1715452ac..4619247d74ed 100644 --- a/trunk/fs/squashfs/super.c +++ b/trunk/fs/squashfs/super.c @@ -290,7 +290,7 @@ static int squashfs_fill_super(struct super_block *sb, void *data, int silent) check_directory_table: /* Sanity check directory_table */ - if (msblk->directory_table >= next_table) { + if (msblk->directory_table > next_table) { err = -EINVAL; goto failed_mount; }