diff options
| author | Mikael Pettersson <mikpe@csd.uu.se> | 2002-07-31 22:22:05 -0700 |
|---|---|---|
| committer | Christoph Hellwig <hch@sb.bsdonline.org> | 2002-07-31 22:22:05 -0700 |
| commit | e72ebd7353994790565bf9a0bbf24e93fc5ab5cd (patch) | |
| tree | 815903e5e7a6ea60ac60b19c7bbedf2a2c55b6a1 /fs | |
| parent | 8ca9b5195da02aff75e4402fa973786c9c221988 (diff) | |
[PATCH] typo in fs_ufs_super.c:ufs_fill_super()
Obvious typo: checking block size but printing fragment size.
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ufs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/super.c b/fs/ufs/super.c index a046374ab085..c60ae7e1fcde 100644 --- a/fs/ufs/super.c +++ b/fs/ufs/super.c @@ -673,7 +673,7 @@ magic_found: } if (uspi->s_bsize < 4096) { printk("ufs_read_super: block size %u is too small\n", - uspi->s_fsize); + uspi->s_bsize); goto failed; } if (uspi->s_bsize / uspi->s_fsize > 8) { |
