public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Update for the RHEL4 XFS module?
@ 2006-11-13 15:48 James Pearson
  2006-11-13 16:15 ` Eric Sandeen
  0 siblings, 1 reply; 6+ messages in thread
From: James Pearson @ 2006-11-13 15:48 UTC (permalink / raw)
  To: xfs

The RHEL4 XFS module code at 
<ftp://oss.sgi.com/projects/xfs/testing/RHEL4/> is now about a year old.

Is there any chance that it could be updated with something based on 
more recent code?

Thanks

James Pearson

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update for the RHEL4 XFS module?
  2006-11-13 15:48 Update for the RHEL4 XFS module? James Pearson
@ 2006-11-13 16:15 ` Eric Sandeen
  2006-11-13 16:59   ` James Pearson
  2006-11-13 17:40   ` Geir A. Myrestrand
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Sandeen @ 2006-11-13 16:15 UTC (permalink / raw)
  To: James Pearson; +Cc: xfs

James Pearson wrote:
> The RHEL4 XFS module code at 
> <ftp://oss.sgi.com/projects/xfs/testing/RHEL4/> is now about a year old.
> 
> Is there any chance that it could be updated with something based on 
> more recent code?
> 
> Thanks
> 
> James Pearson
> 
> 

Funny you should ask, I just started looking at this last night :)

It was originally based on the SLES9 xfs code; my plan is to simply update it to 
the latest sles9 xfs codebase, as that has been tended to with a goal of 
stability by the fine folks at sgi....  so, no bleeding-edge xfs for now (I 
don't particularly want to backport 2.6.18 xfs code to 2.6.9....)

BTW I have test RHEL5 xfs rpms too, in very test-y state:

http://sandeen.net/rhel5_xfs/

-Eric

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update for the RHEL4 XFS module?
  2006-11-13 16:15 ` Eric Sandeen
@ 2006-11-13 16:59   ` James Pearson
  2006-11-13 17:40   ` Geir A. Myrestrand
  1 sibling, 0 replies; 6+ messages in thread
From: James Pearson @ 2006-11-13 16:59 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs

Eric Sandeen wrote:
> James Pearson wrote:
> 
>> The RHEL4 XFS module code at 
>> <ftp://oss.sgi.com/projects/xfs/testing/RHEL4/> is now about a year old.
>>
>> Is there any chance that it could be updated with something based on 
>> more recent code?
>>
>> Thanks
>>
>> James Pearson
>>
>>
> 
> Funny you should ask, I just started looking at this last night :)
> 
> It was originally based on the SLES9 xfs code; my plan is to simply 
> update it to the latest sles9 xfs codebase, as that has been tended to 
> with a goal of stability by the fine folks at sgi....  so, no 
> bleeding-edge xfs for now (I don't particularly want to backport 2.6.18 
> xfs code to 2.6.9....)

Thanks - that's good to know.

James Pearson

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update for the RHEL4 XFS module?
  2006-11-13 16:15 ` Eric Sandeen
  2006-11-13 16:59   ` James Pearson
@ 2006-11-13 17:40   ` Geir A. Myrestrand
  2006-11-13 17:44     ` Eric Sandeen
  1 sibling, 1 reply; 6+ messages in thread
From: Geir A. Myrestrand @ 2006-11-13 17:40 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: James Pearson, xfs

Eric Sandeen wrote:
> James Pearson wrote:
>> The RHEL4 XFS module code at 
>> <ftp://oss.sgi.com/projects/xfs/testing/RHEL4/> is now about a year old.
>>
>> Is there any chance that it could be updated with something based on 
>> more recent code?
>>
> 
> Funny you should ask, I just started looking at this last night :)
> 
> It was originally based on the SLES9 xfs code; my plan is to simply 
> update it to the latest sles9 xfs codebase, as that has been tended to 
> with a goal of stability by the fine folks at sgi....  so, no 
> bleeding-edge xfs for now (I don't particularly want to backport 2.6.18 
> xfs code to 2.6.9....)
> 

Eric, please notify us via the list when it has been updated.
I would like this module updated too...

Thanks!

-- 

Geir A. Myrestrand

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update for the RHEL4 XFS module?
  2006-11-13 17:40   ` Geir A. Myrestrand
@ 2006-11-13 17:44     ` Eric Sandeen
  2006-11-13 17:47       ` Geir A. Myrestrand
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Sandeen @ 2006-11-13 17:44 UTC (permalink / raw)
  To: geir.myrestrand; +Cc: James Pearson, xfs

Geir A. Myrestrand wrote:
> Eric Sandeen wrote:
>> James Pearson wrote:
>>> The RHEL4 XFS module code at 
>>> <ftp://oss.sgi.com/projects/xfs/testing/RHEL4/> is now about a year old.
>>>
>>> Is there any chance that it could be updated with something based on 
>>> more recent code?
>>>
>> Funny you should ask, I just started looking at this last night :)
>>
>> It was originally based on the SLES9 xfs code; my plan is to simply 
>> update it to the latest sles9 xfs codebase, as that has been tended to 
>> with a goal of stability by the fine folks at sgi....  so, no 
>> bleeding-edge xfs for now (I don't particularly want to backport 2.6.18 
>> xfs code to 2.6.9....)
>>
> 
> Eric, please notify us via the list when it has been updated.
> I would like this module updated too...

Will do.  Are there particular issues you're having, or is your code
just feeling a bit old in general.  ;-)

-Eric

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update for the RHEL4 XFS module?
  2006-11-13 17:44     ` Eric Sandeen
@ 2006-11-13 17:47       ` Geir A. Myrestrand
  0 siblings, 0 replies; 6+ messages in thread
From: Geir A. Myrestrand @ 2006-11-13 17:47 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: James Pearson, xfs

Eric Sandeen wrote:
> Geir A. Myrestrand wrote:
>> Eric Sandeen wrote:
>>> James Pearson wrote:
>>>> The RHEL4 XFS module code at 
>>>> <ftp://oss.sgi.com/projects/xfs/testing/RHEL4/> is now about a year old.
>>>>
>>>> Is there any chance that it could be updated with something based on 
>>>> more recent code?
>>>>
>>> Funny you should ask, I just started looking at this last night :)
>>>
>>> It was originally based on the SLES9 xfs code; my plan is to simply 
>>> update it to the latest sles9 xfs codebase, as that has been tended to 
>>> with a goal of stability by the fine folks at sgi....  so, no 
>>> bleeding-edge xfs for now (I don't particularly want to backport 2.6.18 
>>> xfs code to 2.6.9....)
>>>
>> Eric, please notify us via the list when it has been updated.
>> I would like this module updated too...
> 
> Will do.  Are there particular issues you're having, or is your code
> just feeling a bit old in general.  ;-)

No particular issue in my case, but there tend to be some bug fixes in 
any given 12-month time-span... ;-)

-- 

Geir A. Myrestrand

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-13 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 15:48 Update for the RHEL4 XFS module? James Pearson
2006-11-13 16:15 ` Eric Sandeen
2006-11-13 16:59   ` James Pearson
2006-11-13 17:40   ` Geir A. Myrestrand
2006-11-13 17:44     ` Eric Sandeen
2006-11-13 17:47       ` Geir A. Myrestrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox