On Sat, Oct 08, 2016 at 04:53:56PM +0800, Eryu Guan wrote: > Seems this hunk of dead code is used for debug purpose to inspect > what the output looks like after _attribute_filter. Just remove it. Heh. Barf. Ooops. :) Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --D > > Signed-off-by: Eryu Guan <eguan@xxxxxxxxxx> > --- > tests/xfs/122 | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/tests/xfs/122 b/tests/xfs/122 > index 330d3ac..f39ceba 100755 > --- a/tests/xfs/122 > +++ b/tests/xfs/122 > @@ -196,10 +196,6 @@ echo 'int main(int argc, char *argv[]) {' >>$cprog > # > cat /usr/include/xfs/xfs*.h | indent |\ > _attribute_filter |\ > -egrep '(} *xfs_.*_t|^struct xfs_[a-z0-9_]*$)' > /tmp/barf > - > -cat /usr/include/xfs/xfs*.h | indent |\ > -_attribute_filter |\ > egrep '(} *xfs_.*_t|^struct xfs_[a-z0-9_]*$)' |\ > egrep -v -f $tmp.ignore |\ > sed -e 's/^.*}[[:space:]]*//g' -e 's/;.*$//g' -e 's/_t, /_t\n/g' |\ > -- > 2.7.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html