View | Details | Raw Unified | Return to bug 245688
Collapse All | Expand All

(-)sys/fs/fuse/fuse_vfsops.c (+5 lines)
Lines 425-430 Link Here
425
	 */
425
	 */
426
	mp->mnt_flag &= ~MNT_LOCAL;
426
	mp->mnt_flag &= ~MNT_LOCAL;
427
	mp->mnt_kern_flag |= MNTK_USES_BCACHE;
427
	mp->mnt_kern_flag |= MNTK_USES_BCACHE;
428
	/* 
429
	 * Disable nullfs cacheing because it can consume too many resources in
430
	 * the FUSE server.
431
	 */
432
	mp->mnt_kern_flag |= MNTK_NULL_NOCACHE;
428
	MNT_IUNLOCK(mp);
433
	MNT_IUNLOCK(mp);
429
	/* We need this here as this slot is used by getnewvnode() */
434
	/* We need this here as this slot is used by getnewvnode() */
430
	mp->mnt_stat.f_iosize = maxbcachebuf;
435
	mp->mnt_stat.f_iosize = maxbcachebuf;

Return to bug 245688