From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LsOZT-0003Hu-Of for mharc-grub-devel@gnu.org; Fri, 10 Apr 2009 17:47:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsOZR-0003GG-KL for grub-devel@gnu.org; Fri, 10 Apr 2009 17:47:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsOZM-0003Co-LG for grub-devel@gnu.org; Fri, 10 Apr 2009 17:47:33 -0400 Received: from [199.232.76.173] (port=37046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsOZM-0003Ch-GK for grub-devel@gnu.org; Fri, 10 Apr 2009 17:47:28 -0400 Received: from fg-out-1718.google.com ([72.14.220.156]:10143) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsOZL-0004il-Rw for grub-devel@gnu.org; Fri, 10 Apr 2009 17:47:28 -0400 Received: by fg-out-1718.google.com with SMTP id l27so89013fgb.7 for ; Fri, 10 Apr 2009 14:47:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=P+fBOVrXOfnPPw1RwiUE1sVKKc+YRYzvh4KmxJvrnCg=; b=IY/LGeLuX0Byexox4huqIZHJELO5vtiumqeOGBo1NYSmWSXbm6boDr5pUv2T1Bl+ZS cMNyWrlRZ2aBKzoncSIKBPP1ct3f9dH9Pt6k3Seoq+B1PynTHFBdh/sEG2Wijgl/oOv6 +r0FLyal4pH160oyF3leftkR17zEJNEf3sx88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=vBGAwVGGZz68/fhDPvxvhP23NqFfTUnkgb/YaK3YkxcX1dH7UQ49h6ugzs+vtQwnkg bvkx6F45+xQTCJQllCWYAcWI3cym6WYUad3dHfJj2whIxJ0ISpwgIkC/RbyokDo60a2o 56mbOHQ9VSKlH9tZvUY806Gp5ClE958LJSEl8= Received: by 10.86.89.20 with SMTP id m20mr2929033fgb.18.1239400046675; Fri, 10 Apr 2009 14:47:26 -0700 (PDT) Received: from ?192.168.1.25? (16-189.62-81.cust.bluewin.ch [81.62.189.16]) by mx.google.com with ESMTPS id e20sm3052463fga.4.2009.04.10.14.47.25 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Apr 2009 14:47:26 -0700 (PDT) Message-ID: <49DFBE71.9020005@gmail.com> Date: Fri, 10 Apr 2009 23:47:29 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <49DA03D6.2020909@gmail.com> <200904070926.30065.okuji@enbug.org> In-Reply-To: <200904070926.30065.okuji@enbug.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: UFS fixes X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 21:47:33 -0000 Commited Yoshinori K. Okuji wrote: > On Monday 06 April 2009 22:29:58 phcoder wrote: >> Here are the fixes for UFS. Basically it's a resubmit of my previous >> patch. It works fine with both solaris UFS and recent BSD UFS2. Does it >> break anything for anyone with ufs? > > I don't have UFS, but the patch looks good to me. > > Regards, > Okuji > >> 2009-04-06 Vladimir Serbinenko >> >> UFS improvements >> >> * fs/ufs.c (INODE_NBLOCKS): new definition >> (struct grub_ufs_dirent): added fields for non-BSD dirents >> (grub_ufs_get_file_block): fixed double indirect handling >> (grub_ufs_lookup_symlink): use more robust way to determine whether >> symlink is inline >> (grub_ufs_find_file): support for non-BSD dirents >> (grub_ufs_dir): support for non-BSD dirents > > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko