writethrough_mode
if (bio_data_dir(bio) == WRITE && writethrough_mode(cache) &&
if (writethrough_mode(cache)) {
if (writethrough_mode(cache))
DMEMIT(",writethrough=%c", writethrough_mode(cache) ? 'y' : 'n');