diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-19 01:06:44 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-19 01:06:44 -0800 |
| commit | b76a852bfb51ffe25505bab3dfd87ddbc821c2aa (patch) | |
| tree | 25e4f88a1d60f92c7f00f19e835a23d1502c5c82 /fs/xfs/linux/xfs_super.c | |
| parent | 612cbdcf44289e81a4327d8f67fcc41e07ad33c3 (diff) | |
| parent | 6ab007bf3fd8db711771db1e93880213a63ecd38 (diff) | |
Merge bk://are.twiddle.net/axp-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'fs/xfs/linux/xfs_super.c')
| -rw-r--r-- | fs/xfs/linux/xfs_super.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/linux/xfs_super.c b/fs/xfs/linux/xfs_super.c index fc9235db86..89a401fdd6 100644 --- a/fs/xfs/linux/xfs_super.c +++ b/fs/xfs/linux/xfs_super.c @@ -1009,13 +1009,13 @@ init_xfs_fs( void ) if (error < 0) return error; + si_meminfo(&si); + xfs_physmem = si.totalram; + error = pagebuf_init(); if (error < 0) goto out; - si_meminfo(&si); - xfs_physmem = si.totalram; - vn_init(); xfs_init(); dmapi_init(); |
