From 16d2e7b9f3bb612d327925d12567215c2bd26c26 Mon Sep 17 00:00:00 2001 From: Phillip Lougher Date: Mon, 2 Jan 2012 17:47:14 +0000 Subject: [PATCH] --- yaml --- r: 284471 b: refs/heads/master c: cc37f75a9ffbbfcb1c3297534f293c8284e3c5a6 h: refs/heads/master i: 284469: ababb62dba26f7cf8712a0dacef2cfe49e4f3e74 284467: 72508baf66e5d949a7755c8c0820eea128967e7e 284463: f86ae763091faed234e677ab138c059a47279e07 v: v3 --- [refs] | 2 +- trunk/fs/squashfs/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }