Forum Linux.redhat Process ext4-dio-unwrit

Posté par . Licence CC By‐SA.
Étiquettes :
1
28
jan.
2014

Bonjour à tous

Je rencontre un problème avec mon système de fichier EXT4. Celui-ci créé des process "ext4-dio-unwrit".

Quand je regarde le fichier /fs/ext4/super.c , je vois un morceaux de code qui explique ce problème:

 /*
 * The first inode we look at is the journal inode. Don't try
 * root first: it may be modified in the journal!
 */
 if (!test_opt(sb, NOLOAD) &&
 EXT4_HAS_COMPAT_FEATURE(sb, EXT4_FEATURE_COMPAT_HAS_JOURNAL)) {
 if (ext4_load_journal
(...)