patch-2.4.22 linux-2.4.22/fs/fat/misc.c

Next file: linux-2.4.22/fs/hfs/mdb.c
Previous file: linux-2.4.22/fs/fat/inode.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/fs/fat/misc.c linux-2.4.22/fs/fat/misc.c
@@ -108,6 +108,7 @@
 		return;
 	}
 	fsinfo->free_clusters = CF_LE_L(MSDOS_SB(sb)->free_clusters);
+	fsinfo->next_cluster = CF_LE_L(MSDOS_SB(sb)->prev_free);
 	fat_mark_buffer_dirty(sb, bh);
 	fat_brelse(sb, bh);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)