[PATCH 2/6] xfs: introduce a xfssyncd workqueue
Christoph Hellwig
hch at infradead.org
Thu Mar 10 11:34:05 CST 2011
> - out_sysctl_unregister:
> +out_destroy_xfs_syncd:
> + destroy_workqueue(xfs_syncd_wq);
> +out_sysctl_unregister:
> xfs_sysctl_unregister();
> - out_cleanup_procfs:
> +out_cleanup_procfs:
> xfs_cleanup_procfs();
> - out_buf_terminate:
> +out_buf_terminate:
> xfs_buf_terminate();
> - out_filestream_uninit:
> +out_filestream_uninit:
> xfs_filestream_uninit();
> - out_mru_cache_uninit:
> +out_mru_cache_uninit:
> xfs_mru_cache_uninit();
> - out_destroy_zones:
> +out_destroy_zones:
What's the point of these random formatting changes?
Otherwise looks good,
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the xfs
mailing list