cvs commit: src/sys/vfs/ufs ufs_inode.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 2 12:16:21 PST 2008
dillon 2008/01/02 12:15:48 PST
DragonFly src repository
Modified files:
sys/vfs/ufs ufs_inode.c
Log:
UFS vnodes must have VM objects before they can be truncated. This is
normally guarenteed when the vnode is instantiated but there is a degenerate
case in ufs_inactive() that wasn't handled.
Reported-by: "Sepherosa Ziehau" <sepherosa at gmail.com>
Revision Changes Path
1.23 +3 -0 src/sys/vfs/ufs/ufs_inode.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ufs_inode.c.diff?r1=1.22&r2=1.23&f=u
More information about the Commits
mailing list