[PATCH 2/9] xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality

Christoph Hellwig hch at infradead.org
Thu Aug 28 19:22:09 CDT 2014


>  STATIC void

needs the static removed as pointed out by Brian.
> -	bool			read = !!(bp->b_flags & XBF_READ);
> +	bool		read = !!(bp->b_flags & XBF_READ);

We don't really need the double negation here.

Otherwise this looks reasonable to me.



More information about the xfs mailing list