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

(-)sys/fs/fuse/fuse_internal.c (+1 lines)
Lines 345-350 Link Here
345
	 * which file handle the caller is really referring to.
345
	 * which file handle the caller is really referring to.
346
	 */
346
	 */
347
	LIST_FOREACH(fufh, &fvdat->handles, next) {
347
	LIST_FOREACH(fufh, &fvdat->handles, next) {
348
		fdi.iosize = sizeof(*ffsi);
348
		if (ffsi == NULL)
349
		if (ffsi == NULL)
349
			fdisp_make_vp(&fdi, op, vp, td, NULL);
350
			fdisp_make_vp(&fdi, op, vp, td, NULL);
350
		else
351
		else

Return to bug 244431