Date: Sat, 16 Jan 2016 23:24:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 206238] FUSE can't enter to DIRECT_IO mode during file create. Message-ID: <bug-206238-6-nTQGM5VJER@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206238-6@https.bugs.freebsd.org/bugzilla/> References: <bug-206238-6@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206238 --- Comment #3 from rmacklem@uoguelph.ca --- Created attachment 165691 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165691&action= =3Dedit patch fuse so that a create with DIRECT_IO opens with DIRECT_IO Please try applying both of these patches in order. The second one fixes your problem, I think? (Assuming it was a create with FOPEN_DIRECT_IO in its reply.) The first is from PR#194293 and forces DIRECT_IO when a file is WRONLY opened. Please let me know if this fixes your problem. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206238-6-nTQGM5VJER>