jffs2_is_readonly
if (jffs2_can_mark_obsolete(c) && !jffs2_is_readonly(c) &&
if (!jffs2_can_mark_obsolete(c) || jffs2_is_readonly(c) ||
if (!(jffs2_is_readonly(c)))