Date: Sun, 28 Feb 2010 17:16:43 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_fileno.c Message-ID: <201002281716.o1SHGrNa082334@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-02-28 17:16:43 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fileno.c Log: SVN rev 204473 on 2010-02-28 17:16:43Z by kib Use pm_fatlock to protect per-filesystem rb tree used to allocate fileno on the large FAT volumes. Previously, a single global mutex was used. Tested by: pho MFC after: 3 weeks Revision Changes Path 1.6 +6 -10 src/sys/fs/msdosfs/msdosfs_fileno.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002281716.o1SHGrNa082334>