afs-magic-for-linux-20070208

FIXES 52442

use the afs magic number
This commit is contained in:
Adam Megacz 2007-02-09 01:22:03 +00:00 committed by Derrick Brashear
parent 87a3cd2a70
commit 797f46a88e

View File

@ -422,7 +422,8 @@ afs_statfs(struct super_block *sbp, struct statfs *__statp, int size)
AFS_STATCNT(afs_statfs);
statp->f_type = 0; /* Can we get a real type sometime? */
/* hardcode in case that which is giveth is taken away */
statp->f_type = 0x5346414F;
#if defined(STATFS_TAKES_DENTRY)
statp->f_bsize = dentry->d_sb->s_blocksize;
#else