[Linux-cachefs] Re: [PATCH 1/7] FS-Cache: Provide a filesystem-specific sync'able page bit

David Howells dhowells at redhat.com
Fri Apr 21 10:22:55 UTC 2006


Andrew Morton <akpm at osdl.org> wrote:

> It would be better to rename PG_checked to PG_fs_misc kernel-wide.

So would deleting PG_checked and changing the PageChecked() macros to:

	#define PageChecked(page)		PageFsMisc((page))
	#define SetPageChecked(page)		SetPageFsMisc((page))
	#define ClearPageChecked(page)		ClearPageFsMisc((page))

be acceptable?  Or would you rather I replaced those too?

David




More information about the Linux-cachefs mailing list