Re: [PATCH 2/4] xfsprogs: Addition in debug option -d of xfs_spaceman

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jan 29, 2015 at 06:55:21PM +0530, Dhruvesh Rathore wrote:
> 
> The xfs_spaceman utility did not have a a proper title to the content
> displayed using -d (debug) option.
.....
> 
> @@ -332,20 +332,23 @@
>  static int
>  freesp_f(
>  	int		argc,
>  	char		**argv)
>  {
>  	xfs_agnumber_t	agno;		
>  
>  	if (!init(argc, argv))
>  		return 0;
>  
> +	if (dumpflag)
> +		printf("%8s %8s %8s\n", "agno", "agbno", "len");
> +
>  	for (agno = 0; agno < file->geom.agcount; agno++)  {
>  		if (inaglist(agno))
>  			scan_ag(agno);
>  	}
>  	if (histcount)
>  		printhist();		

Patch does not apply to the current tree. It's got stray whitespace
and lines in it that are in the original source file.

I've fixed this up for the moment, but please make sure your
patches apply to a clean tree.

Cheers,

Dave.
-- 
Dave Chinner
david@xxxxxxxxxxxxx

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs




[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux