From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [PATCH] Added CONFIG_VFAT_FS_DUALNAMES option Date: Wed, 01 Jul 2009 14:48:45 +0300 Message-ID: <4A4B4D1D.8070308@panasas.com> References: <19013.8005.541836.436991@samba.org> <20090630063102.GB1351@ucw.cz> <19019.16217.291678.588673@samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Pavel Machek , OGAWA Hirofumi , john.lanza@linux.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Dave Kleikamp , Steve French , Mingming Cao , Paul McKenney To: tridge@samba.org Return-path: Received: from ip67-152-220-66.z220-152-67.customer.algx.net ([67.152.220.66]:20030 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751557AbZGALsp (ORCPT ); Wed, 1 Jul 2009 07:48:45 -0400 In-Reply-To: <19019.16217.291678.588673@samba.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 07/01/2009 01:50 PM, tridge@samba.org wrote: > Hi Pavel, > > We did of course consider that, and the changes to the patch to > implement collision avoidance are relatively simple. We didn't do it > as it would weaken the legal basis behind the patch. I'll leave it to > John Lanza (the LF patent attorney) to expand on that if you want more > information. > You completely lost me here. And I thought I did understand the patent and the fix. what is the difference between. short_name = rand(sid); and short_name = sid++; Now if you would do short_name = MD5(long_name); That I understand since short_name is some function of long_name but if I'm just inventing the short_name out of my hat. In what legal system does it matter what is my random function I use? > Cheers, Tridge Boaz