[Linux-cachefs] [PATCH 1/3] FS-Cache: Timeout for releasepage()

David Howells dhowells at redhat.com
Wed Aug 27 14:29:01 UTC 2014


Milosz Tanski <milosz at adfin.com> wrote:

> + * since we might be called recusively via parent fs.

I've changed that to "recursively".

> +bool relase_page_wait_timeout(struct fscache_cookie *cookie, struct page *page)

I've changed that to "release_page_wait_timeout()".

> +	if (!relase_page_wait_timeout(cookie, page)) {
> +		_debug("fscache writeout timeout page: %p{%lx}",
> +			page, page->index);
> +	}

And I've dropped the braces there.

David




More information about the Linux-cachefs mailing list