Project

General

Profile

Bug #2142 ยป 0001-Fix-mount_point-access-in-ffs_blkfree-when-using-sof.patch

Anonymous, 10/10/2011 12:43 AM

View differences:

sys/vfs/ufs/ffs_alloc.c
void
ffs_blkfree(struct inode *ip, ufs_daddr_t bno, long size)
{
struct ufsmount *ump = VFSTOUFS(ITOV(ip)->v_mount);;
struct mount *mp = ip->i_devvp->v_mount;
struct ffs_blkfree_trim_params *tp;
if (!(ump->um_mountp->mnt_flag & MNT_TRIM)) {
if (!(mp->mnt_flag & MNT_TRIM)) {
ffs_blkfree_cg(ip->i_fs, ip->i_devvp,ip->i_dev,ip->i_number,
ip->i_uid, bno, size);
return;
    (1-1/1)