From 95db6b748fc86297827fbd9c9ef174d491c9ad89 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 16 Feb 2000 01:07:24 +0000 Subject: Merge with Linux 2.3.40. --- fs/fat/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/fat/dir.c') diff --git a/fs/fat/dir.c b/fs/fat/dir.c index c31d02024..83565fcbe 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c @@ -289,11 +289,11 @@ parse_long: } Found: - fat_brelse(sb, bh); res = long_slots + 1; *spos = cpos - sizeof(struct msdos_dir_entry); *lpos = cpos - res*sizeof(struct msdos_dir_entry); EODir: + fat_brelse(sb, bh); if (unicode) { free_page((unsigned long) unicode); } -- cgit v1.2.3