From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Fri, 12 Aug 2011 10:09:49 -0400 (EDT) Subject: [Cluster-devel] [Patch 24/44] fsck.gfs2 pass2: Refactor function set_dotdor_dir In-Reply-To: <1313142425.2704.38.camel@menhir> Message-ID: <746146496.552683.1313158189783.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- Original Message ----- | Hi, | (snip) | Should this apply to the master inode too? | | Steve. Hi, It's not an issue because the master directory, like all system directories (jindex and per_node), are skipped by pass2.c via the following code snippet: if (is_system_dir(sdp, dirblk)) continue; Regards, Bob Peterson Red Hat File Systems