Date: Tue, 20 Jan 2009 22:00:19 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c Message-ID: <200901202200.n0KM0aS2062371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-01-20 22:00:19 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_inode.c Log: SVN rev 187490 on 2009-01-20 22:00:19Z by kib The r187467 should remove all pages for V_NORMAL case too, because indirect block pages are not removed by the mentioned invocation of the vnode_pager_setsize(). Put a common code into the helper function ffs_pages_remove(). Reported and tested by: dchagin Reviewed by: ups MFC after: 3 weeks Revision Changes Path 1.116 +17 -8 src/sys/ufs/ffs/ffs_inode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901202200.n0KM0aS2062371>