Message ID | 20170405032628.22370-1-quwenruo@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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(-)