Re: [PATCH v3 2/3] ntfs: sync the volume dirty bit with the recorded error state
From: Namjae Jeon
Date: Tue Sep 08 2026 - 00:11:35 EST
> @@ -1621,6 +1666,11 @@ static bool load_system_files(struct ntfs_volume *vol)
> ntfs_error(sb, "%s. Mounting read-only%s", es1, es2);
> }
> NVolSetErrors(vol);
> + /*
> + * Remember it for the lifetime of the mount: see
> + * ntfs_sync_volume_dirty_state().
> + */
> + NVolSetHibernated(vol);
Could you explain why NVolSetHibernated(vol) is called for non-zero
return from check_windows_hibernation_status() ?