public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
@ 2008-10-15  2:10 Lachlan McIlroy
  2008-10-15  2:21 ` Christoph Hellwig
       [not found] ` <200810151444.06375.jk@ozlabs.org>
  0 siblings, 2 replies; 12+ messages in thread
From: Lachlan McIlroy @ 2008-10-15  2:10 UTC (permalink / raw)
  To: sgi.bugs.xfs, xfs

Fix build error - use VFS_I() to access linux inode from xfs inode

Date:  Wed Oct 15 13:10:35 EST 2008
Workarea:  redback.melbourne.sgi.com:/home/lachlan/isms/2.6.x-inode
Inspected by:  lachlan
Author:  lachlan

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb


Modid:  xfs-linux-melb:xfs-kern:32326a
fs/xfs/dmapi/xfs_dm.c - 1.79 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/dmapi/xfs_dm.c.diff?r1=text&tr1=1.79&r2=text&tr2=1.78&f=h
	- Fix build error - use VFS_I() to access linux inode from xfs inode

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  2:10 TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode Lachlan McIlroy
@ 2008-10-15  2:21 ` Christoph Hellwig
  2008-10-15  3:30   ` Mark Goodwin
  2008-10-15  3:36   ` Lachlan McIlroy
       [not found] ` <200810151444.06375.jk@ozlabs.org>
  1 sibling, 2 replies; 12+ messages in thread
From: Christoph Hellwig @ 2008-10-15  2:21 UTC (permalink / raw)
  To: Lachlan McIlroy; +Cc: sgi.bugs.xfs, xfs

FYI I sent this patch out first on 22nd of August, and pinged it on 29th
of Semptember..

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  3:36   ` Lachlan McIlroy
@ 2008-10-15  2:40     ` Christoph Hellwig
  2008-10-15  3:49       ` Lachlan McIlroy
  0 siblings, 1 reply; 12+ messages in thread
From: Christoph Hellwig @ 2008-10-15  2:40 UTC (permalink / raw)
  To: Lachlan McIlroy; +Cc: Christoph Hellwig, sgi.bugs.xfs, xfs

On Wed, Oct 15, 2008 at 01:36:46PM +1000, Lachlan McIlroy wrote:
> Sorry Christoph.  I just don't have time to read all posts.
>
> I expect fixes to be in the same patch series that breaks the code - it
> didn't occur to me to go looking for a fix on OSS.

Well, Daven unfortunately can't be bothered to use the same tree as
everyone else.  But I made it pretty clear in the patch that it is
needed for the series when using a ptools/cvs style tree, and that it's
harmless to apply it ASAP even without those bits.

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  3:49       ` Lachlan McIlroy
@ 2008-10-15  2:52         ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2008-10-15  2:52 UTC (permalink / raw)
  To: Lachlan McIlroy; +Cc: Christoph Hellwig, sgi.bugs.xfs, xfs

On Wed, Oct 15, 2008 at 01:49:56PM +1000, Lachlan McIlroy wrote:
> We really appreciate you using the cvs tree and keeping all the non-
> mainline stuff up to date and working.  If you like I'll credit you for
> the patch when I push it to OSS.

I don't care much about the credit.  It's just annoying that the thing
first broke and had to be fixed and wasted your time just because
patches get lost all the time.

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  3:30   ` Mark Goodwin
@ 2008-10-15  3:10     ` Russell Cattelan
  2008-10-15  5:50       ` Mark Goodwin
  0 siblings, 1 reply; 12+ messages in thread
From: Russell Cattelan @ 2008-10-15  3:10 UTC (permalink / raw)
  To: markgw; +Cc: xfs

Mark Goodwin wrote:
>
>
> Christoph Hellwig wrote:
>> FYI I sent this patch out first on 22nd of August, and pinged it on 29th
>> of Semptember..
>
> Thus is why we need something like 'patchworks' hooked into the xfs@oss
> list - better tracking of patch submissions and their status.
So what is patchworks?

>
> Cheers
> -- Mark
>

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  2:21 ` Christoph Hellwig
@ 2008-10-15  3:30   ` Mark Goodwin
  2008-10-15  3:10     ` Russell Cattelan
  2008-10-15  3:36   ` Lachlan McIlroy
  1 sibling, 1 reply; 12+ messages in thread
From: Mark Goodwin @ 2008-10-15  3:30 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Lachlan McIlroy, sgi.bugs.xfs, xfs



Christoph Hellwig wrote:
> FYI I sent this patch out first on 22nd of August, and pinged it on 29th
> of Semptember..

Thus is why we need something like 'patchworks' hooked into the xfs@oss
list - better tracking of patch submissions and their status.

Cheers
-- Mark

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  2:21 ` Christoph Hellwig
  2008-10-15  3:30   ` Mark Goodwin
@ 2008-10-15  3:36   ` Lachlan McIlroy
  2008-10-15  2:40     ` Christoph Hellwig
  1 sibling, 1 reply; 12+ messages in thread
From: Lachlan McIlroy @ 2008-10-15  3:36 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: sgi.bugs.xfs, xfs

Sorry Christoph.  I just don't have time to read all posts.

I expect fixes to be in the same patch series that breaks the code - it
didn't occur to me to go looking for a fix on OSS.

Christoph Hellwig wrote:
> FYI I sent this patch out first on 22nd of August, and pinged it on 29th
> of Semptember..
> 
> 
> 

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  2:40     ` Christoph Hellwig
@ 2008-10-15  3:49       ` Lachlan McIlroy
  2008-10-15  2:52         ` Christoph Hellwig
  0 siblings, 1 reply; 12+ messages in thread
From: Lachlan McIlroy @ 2008-10-15  3:49 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: sgi.bugs.xfs, xfs

Christoph Hellwig wrote:
> On Wed, Oct 15, 2008 at 01:36:46PM +1000, Lachlan McIlroy wrote:
>> Sorry Christoph.  I just don't have time to read all posts.
>>
>> I expect fixes to be in the same patch series that breaks the code - it
>> didn't occur to me to go looking for a fix on OSS.
> 
> Well, Daven unfortunately can't be bothered to use the same tree as
> everyone else.  But I made it pretty clear in the patch that it is
> needed for the series when using a ptools/cvs style tree, and that it's
> harmless to apply it ASAP even without those bits.

We really appreciate you using the cvs tree and keeping all the non-
mainline stuff up to date and working.  If you like I'll credit you for
the patch when I push it to OSS.

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode
  2008-10-15  3:10     ` Russell Cattelan
@ 2008-10-15  5:50       ` Mark Goodwin
  0 siblings, 0 replies; 12+ messages in thread
From: Mark Goodwin @ 2008-10-15  5:50 UTC (permalink / raw)
  To: Russell Cattelan; +Cc: xfs



Russell Cattelan wrote:
> Mark Goodwin wrote:
>>
>>
>> Christoph Hellwig wrote:
>>> FYI I sent this patch out first on 22nd of August, and pinged it on 29th
>>> of Semptember..
>>
>> Thus is why we need something like 'patchworks' hooked into the xfs@oss
>> list - better tracking of patch submissions and their status.
> So what is patchworks?

It's a patch submission tracking system for project mailing lists
such as xfs@oss. See http://ozlabs.org/~jk/projects/patchwork

-- Mark

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux?inode from xfs inode
       [not found]     ` <200810220937.04475.jk@ozlabs.org>
@ 2008-10-22  0:55       ` Mark Goodwin
  2008-11-11 21:09         ` Jeremy Kerr
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Goodwin @ 2008-10-22  0:55 UTC (permalink / raw)
  To: Jeremy Kerr; +Cc: Christoph Hellwig, lachlan, Timothy Shimmin, xfs-oss



Jeremy Kerr wrote:
> Hi Christoph,
> 
>> Any progress on setting up a patchworks project for the xfs list?
> 
> I'm still waiting for someone to reply to my previous request:

oh sorry, I missed that request.

> 
>> Also, I need the following to set up the patchworks project:
>>
>>  * The List-ID (or X-Mailing-List) header added to list messages
>>  * The mailing list address.
>>
>> Alternatively, just forward me a message that's been through the
>> list.

I've changed cc: in this reply from xfs-dev@sgi.com to xfs@oss.sgi.com

Thanks

> 
> Cheers,
> 
> 
> Jeremy

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux?inode from xfs inode
  2008-10-22  0:55       ` TAKE 988141 - Fix build error - use VFS_I() to access linux?inode " Mark Goodwin
@ 2008-11-11 21:09         ` Jeremy Kerr
  2008-11-11 21:36           ` Mark Goodwin
  0 siblings, 1 reply; 12+ messages in thread
From: Jeremy Kerr @ 2008-11-11 21:09 UTC (permalink / raw)
  To: markgw; +Cc: Christoph Hellwig, lachlan, Timothy Shimmin, xfs-oss

Hi all,

> > I'm still waiting for someone to reply to my previous request:
>
> oh sorry, I missed that request.

Do you guys still want a patchwork setup? If so, I'm still waiting on 
this:

> >> Also, I need the following to set up the patchworks project:
> >>
> >>  * The List-ID (or X-Mailing-List) header added to list messages
> >>  * The mailing list address.
> >>
> >> Alternatively, just forward me a message that's been through the
> >> list.

Cheers,


Jeremy

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

* Re: TAKE 988141 - Fix build error - use VFS_I() to access linux?inode from xfs inode
  2008-11-11 21:09         ` Jeremy Kerr
@ 2008-11-11 21:36           ` Mark Goodwin
  0 siblings, 0 replies; 12+ messages in thread
From: Mark Goodwin @ 2008-11-11 21:36 UTC (permalink / raw)
  To: Jeremy Kerr; +Cc: Christoph Hellwig, lachlan, Timothy Shimmin, xfs-oss



Jeremy Kerr wrote:
> Hi all,
> 
>>> I'm still waiting for someone to reply to my previous request:
>> oh sorry, I missed that request.
> 
> Do you guys still want a patchwork setup?

No, we've got patchwork set up on xfs.org for now, thanks anyway :)

Cheers

> If so, I'm still waiting on
> this:
> 
>>>> Also, I need the following to set up the patchworks project:
>>>>
>>>>  * The List-ID (or X-Mailing-List) header added to list messages
>>>>  * The mailing list address.
>>>>
>>>> Alternatively, just forward me a message that's been through the
>>>> list.
> 
> Cheers,
> 
> 
> Jeremy

-- 

  Mark Goodwin                                  markgw@sgi.com
  Engineering Manager for XFS and PCP    Phone: +61-3-99631937
  SGI Australian Software Group           Cell: +61-4-18969583
-------------------------------------------------------------

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

end of thread, other threads:[~2008-11-11 21:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-15  2:10 TAKE 988141 - Fix build error - use VFS_I() to access linux inode from xfs inode Lachlan McIlroy
2008-10-15  2:21 ` Christoph Hellwig
2008-10-15  3:30   ` Mark Goodwin
2008-10-15  3:10     ` Russell Cattelan
2008-10-15  5:50       ` Mark Goodwin
2008-10-15  3:36   ` Lachlan McIlroy
2008-10-15  2:40     ` Christoph Hellwig
2008-10-15  3:49       ` Lachlan McIlroy
2008-10-15  2:52         ` Christoph Hellwig
     [not found] ` <200810151444.06375.jk@ozlabs.org>
     [not found]   ` <20081021180349.GA542@infradead.org>
     [not found]     ` <200810220937.04475.jk@ozlabs.org>
2008-10-22  0:55       ` TAKE 988141 - Fix build error - use VFS_I() to access linux?inode " Mark Goodwin
2008-11-11 21:09         ` Jeremy Kerr
2008-11-11 21:36           ` Mark Goodwin

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