> + struct address_space *mapping = data; > + int ret = mapping->a_ops->writepage(page, wbc); > + mapping_set_error(mapping, ret); > + return ret; I guess beggars can't be choosers, but is there a chance to directly call the relevant gfs2 writepage methods here instead of the ->writepage call? Otherwise this looks good: Acked-by: Christoph Hellwig <hch@xxxxxx>