Badari Pulavarty <[EMAIL PROTECTED]> wrote: > > I need to teach writepages() to nothing in case of no dirty pages. > Is there a easy way like checking a count somewhere than doing all the > stuff mpage_writepages() is doing to figure this out
if (!mapping_tagged(mapping, PAGECACHE_TAG_DIRTY) return; - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html