an ext3 journal in the vice cache (root of the partition) is allowable
we have no useful way to discern ext2 from ext3 without groveling in fstab
so just allow it
(strcmp(currp->d_name, ".tags") == 0) ||
(strcmp(currp->d_name, "quota.user") == 0) ||
(strcmp(currp->d_name, "quota.group") == 0) ||
+#endif
+#ifdef AFS_LINUX22_ENV
+ /* this is the ext3 journal file */
+ (strcmp(currp->d_name, ".journal") == 0) ||
#endif
(strcmp(currp->d_name, "lost+found") == 0)) {
/*