Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-04-03 Thread Jeremie Le Hen
Hi Robert, On Thu, Apr 03, 2008 at 10:48:03AM +0100, Robert Watson wrote: > On Thu, 3 Apr 2008, Jeremie Le Hen wrote: > > For the records, Ithink NetBSD has developped a BSDish solution > > API-compatible with FUSE, ironically named refuse :-). This is just a > > compatibility layer on top of

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-04-03 Thread Robert Watson
On Thu, 3 Apr 2008, Jeremie Le Hen wrote: On Sat, Mar 29, 2008 at 10:10:50PM -0600, M. Warner Losh wrote: Because the kernel based ntfs works and is BSD. FUSE is GPL, and new GPL components are to be avoided. For the records, Ithink NetBSD has developped a BSDish solution API-compatible wi

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-04-03 Thread Aryeh M. Friedman
Jeremie Le Hen wrote: Hi, On Sat, Mar 29, 2008 at 10:10:50PM -0600, M. Warner Losh wrote: Because the kernel based ntfs works and is BSD. FUSE is GPL, and new GPL components are to be avoided. For the records, Ithink NetBSD has developped a BSDish solution API-compatible with FUSE, i

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-04-02 Thread Jeremie Le Hen
Hi, On Sat, Mar 29, 2008 at 10:10:50PM -0600, M. Warner Losh wrote: > Because the kernel based ntfs works and is BSD. FUSE is GPL, and new > GPL components are to be avoided. For the records, Ithink NetBSD has developped a BSDish solution API-compatible with FUSE, ironically named refuse :-). T

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-03-30 Thread Robert Watson
On Sat, 29 Mar 2008, Aryeh M. Friedman wrote: Christian S.J. Peron wrote: csjp2008-03-30 02:19:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/ntfs ntfs_subr.c Log: Un-break the build by adding a thread argument. This was removed i

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-03-29 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Aryeh M. Friedman" <[EMAIL PROTECTED]> writes: : Christian S.J. Peron wrote: : > csjp2008-03-30 02:19:27 UTC : > : > FreeBSD src repository : > : > Modified files:(Branch: RELENG_7) : > sys/fs/ntfs ntfs_subr.c : > Log:

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-03-29 Thread Christian S.J. Peron
On Sat, Mar 29, 2008 at 10:24:10PM -0400, Aryeh M. Friedman wrote: [..] > > I know this question should be else where but since the kernel ntfs > doesn't allow for writting and fusefs-ntfs is stable why is ntfs still > in the kernel and if it should be there why not replace it with fuse? This q

Re: cvs commit: src/sys/fs/ntfs ntfs_subr.c

2008-03-29 Thread Aryeh M. Friedman
Christian S.J. Peron wrote: csjp2008-03-30 02:19:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/ntfs ntfs_subr.c Log: Un-break the build by adding a thread argument. This was removed in -CURRENT but this change has not been MFCed