patch-2.3.40 linux/fs/fat/dir.c
Next file: linux/fs/hfs/ChangeLog
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
-  Lines: 13
 -  Date:
Thu Jan 20 10:48:35 2000
 -  Orig file: 
v2.3.39/linux/fs/fat/dir.c
 -  Orig date: 
Mon Dec 20 18:48:22 1999
 
diff -u --recursive --new-file v2.3.39/linux/fs/fat/dir.c linux/fs/fat/dir.c
@@ -289,11 +289,11 @@
 	}
 
 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);
 	}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)