mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-afs-magic-for-linux-20070208
FIXES 52442 use the afs magic number (cherry picked from commit 797f46a88ee9c50c34a8b6e1fa7c878e252d3a97)
This commit is contained in:
parent
3be7a88099
commit
0854527ca0
@ -416,7 +416,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user