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
- Lines: 8
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/fs/fat/misc.c
- Orig date:
2001-10-12 13:48:42.000000000 -0700
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)