[PATCH v2] xfs: Fix oops on IO error during xlog_recover_process_iunlinks()

Christoph Hellwig hch at infradead.org
Thu Mar 15 04:08:00 CDT 2012


> +		xfs_buf_hold(agibp);
> +		xfs_buf_relse(agibp);

This is a very awkward way to write

		xfs_buf_unlock(agibp);



More information about the xfs mailing list