mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
STABLE14-no-interleave-on-solaris-9-20040825
a patch does away with it and it doesn't look like we need to care
(cherry picked from commit 5e1c6d6135
)
This commit is contained in:
parent
502d1eae21
commit
1f5b89c095
@ -380,7 +380,7 @@ setup(dev)
|
||||
return (-1);
|
||||
#endif
|
||||
#ifdef AFS_NEWCG_ENV
|
||||
# ifndef AFS_SUN510_ENV
|
||||
# ifndef AFS_SUN59_ENV
|
||||
if (sblock.fs_interleave < 1) {
|
||||
pwarn("IMPOSSIBLE INTERLEAVE=%d IN SUPERBLOCK", sblock.fs_interleave);
|
||||
sblock.fs_interleave = 1;
|
||||
@ -391,7 +391,7 @@ setup(dev)
|
||||
dirty(&asblk);
|
||||
}
|
||||
}
|
||||
# endif /* AFS_SUN510_ENV */
|
||||
# endif /* AFS_SUN59_ENV */
|
||||
#endif /* AFS_NEWCG_ENV */
|
||||
#ifdef AFS_NEWCG_ENV
|
||||
if (sblock.fs_npsect < sblock.fs_nsect) {
|
||||
@ -473,7 +473,7 @@ setup(dev)
|
||||
#if defined(AFS_SUN_ENV) && !defined(AFS_SUN3_ENV)
|
||||
#ifdef AFS_SUN5_ENV
|
||||
sblock.fs_npsect = 0;
|
||||
# ifndef AFS_SUN510_ENV
|
||||
# ifndef AFS_SUN59_ENV
|
||||
sblock.fs_interleave = 0;
|
||||
# endif
|
||||
sblock.fs_state = FSOKAY - sblock.fs_time; /* make mountable */
|
||||
@ -743,7 +743,7 @@ readsb(listerr)
|
||||
*/
|
||||
altsblock.fs_fsbtodb = sblock.fs_fsbtodb;
|
||||
#ifdef AFS_NEWCG_ENV
|
||||
# ifndef AFS_SUN510_ENV
|
||||
# ifndef AFS_SUN59_ENV
|
||||
altsblock.fs_interleave = sblock.fs_interleave;
|
||||
# endif
|
||||
altsblock.fs_npsect = sblock.fs_npsect;
|
||||
|
Loading…
Reference in New Issue
Block a user