All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fstests: Remove IRIX os support from template
@ 2017-04-05  3:26 Qu Wenruo
  2017-04-06 12:02 ` David Disseldorp
  0 siblings, 1 reply; 4+ messages in thread
From: Qu Wenruo @ 2017-04-05  3:26 UTC (permalink / raw)
  To: fstests

Since the last release of IRIX is already 10 years ago and support for
it has ended after 2014, there is no need to support IRIX any way.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
---
 new | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/new b/new
index c21d8db..eb7da0f 100755
--- a/new
+++ b/new
@@ -207,7 +207,7 @@ rm -f \$seqres.full
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 # if error
-- 
2.9.3




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

* Re: [PATCH] fstests: Remove IRIX os support from template
  2017-04-05  3:26 [PATCH] fstests: Remove IRIX os support from template Qu Wenruo
@ 2017-04-06 12:02 ` David Disseldorp
  2017-04-06 15:34   ` Theodore Ts'o
  0 siblings, 1 reply; 4+ messages in thread
From: David Disseldorp @ 2017-04-06 12:02 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: fstests

On Wed, 5 Apr 2017 11:26:28 +0800, Qu Wenruo wrote:

> Since the last release of IRIX is already 10 years ago and support for
> it has ended after 2014, there is no need to support IRIX any way.
> 
> Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
> ---
>  new | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/new b/new
> index c21d8db..eb7da0f 100755
> --- a/new
> +++ b/new
> @@ -207,7 +207,7 @@ rm -f \$seqres.full
>  
>  # Modify as appropriate.
>  _supported_fs generic
> -_supported_os IRIX Linux
> +_supported_os Linux
>  _require_test
>  
>  # if error

Reviewed-by: David Disseldorp <ddiss@suse.de>

Looking forward to seeing the floodgates open for the rest of the Irix
removal changes.

Cheers, David

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

* Re: [PATCH] fstests: Remove IRIX os support from template
  2017-04-06 12:02 ` David Disseldorp
@ 2017-04-06 15:34   ` Theodore Ts'o
  2017-04-06 16:13     ` David Disseldorp
  0 siblings, 1 reply; 4+ messages in thread
From: Theodore Ts'o @ 2017-04-06 15:34 UTC (permalink / raw)
  To: David Disseldorp; +Cc: Qu Wenruo, fstests

On Thu, Apr 06, 2017 at 02:02:33PM +0200, David Disseldorp wrote:
> On Wed, 5 Apr 2017 11:26:28 +0800, Qu Wenruo wrote:
> 
> > Since the last release of IRIX is already 10 years ago and support for
> > it has ended after 2014, there is no need to support IRIX any way.
> > 
> > Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
> > ---
> >  new | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/new b/new
> > index c21d8db..eb7da0f 100755
> > --- a/new
> > +++ b/new
> > @@ -207,7 +207,7 @@ rm -f \$seqres.full
> >  
> >  # Modify as appropriate.
> >  _supported_fs generic
> > -_supported_os IRIX Linux
> > +_supported_os Linux
> >  _require_test
> >  
> >  # if error
> 
> Reviewed-by: David Disseldorp <ddiss@suse.de>
> 
> Looking forward to seeing the floodgates open for the rest of the Irix
> removal changes.

Wouldn't it be better to do a wholesale removal of Irix support
instead of having lots of teeny-tiny patches?

		   	       	  - Ted

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

* Re: [PATCH] fstests: Remove IRIX os support from template
  2017-04-06 15:34   ` Theodore Ts'o
@ 2017-04-06 16:13     ` David Disseldorp
  0 siblings, 0 replies; 4+ messages in thread
From: David Disseldorp @ 2017-04-06 16:13 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: Qu Wenruo, fstests

On Thu, 6 Apr 2017 11:34:53 -0400, Theodore Ts'o wrote:

> > Looking forward to seeing the floodgates open for the rest of the Irix
> > removal changes.  
> 
> Wouldn't it be better to do a wholesale removal of Irix support
> instead of having lots of teeny-tiny patches?

Yes, sounds reasonable to me. Ensuring that any new tests are created
without explicit Irix support would still be a worthwhile start IMO.

Cheers, David

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

end of thread, other threads:[~2017-04-06 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05  3:26 [PATCH] fstests: Remove IRIX os support from template Qu Wenruo
2017-04-06 12:02 ` David Disseldorp
2017-04-06 15:34   ` Theodore Ts'o
2017-04-06 16:13     ` David Disseldorp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.