Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f597640
)
Return LL_SUPER_MAGIC instead of EXT3_SUPER_MAGIC from statfs.
author
adilger
<adilger>
Fri, 13 Feb 2004 00:34:13 +0000
(
00:34
+0000)
committer
adilger
<adilger>
Fri, 13 Feb 2004 00:34:13 +0000
(
00:34
+0000)
b=1972
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
af7cbb7
..
a109b2d
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-951,6
+951,8
@@
int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs,
RETURN(rc);
}
+ osfs->os_type = sb->s_magic;
+
CDEBUG(D_SUPER, "MDC blocks "LPU64"/"LPU64" objects "LPU64"/"LPU64"\n",
osfs->os_bavail, osfs->os_blocks, osfs->os_ffree,osfs->os_files);