I spotted the missing kfree() while removing the BKL. Signed-off-by: Jan Blunck <jblunck@xxxxxxx> --- fs/jfs/super.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 2234c73..67f8c3e 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -452,6 +452,7 @@ static int jfs_fill_super(struct super_block *sb, void *data, int silent) if (newLVSize) { printk(KERN_ERR "resize option for remount only\n"); + kfree(sbi); return -EINVAL; } -- 1.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html