From: David Thompson Date: Wed, 26 Dec 2001 20:34:43 +0000 (+0000) Subject: STABLE12-linux-afsd-allow-ext3-journals-without-error-20011226 X-Git-Tag: openafs-stable-1_2_3~71 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b8aae343bd08cc1aaf1386e8168e6ffb11206168;p=packages%2Fo%2Fopenafs.git STABLE12-linux-afsd-allow-ext3-journals-without-error-20011226 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 --- diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 66f507afa..03351da20 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -806,6 +806,10 @@ static int doSweepAFSCache(vFilesFound,directory,dirNum,maxDir) (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)) { /*