From a86df7cf10e9594e8eae9894d87121af5a3db20c Mon Sep 17 00:00:00 2001 From: Michael Owen Date: Fri, 24 Mar 2006 18:21:44 +0100 Subject: [PATCH] --- yaml --- r: 23673 b: refs/heads/master c: c690a72253b962b7274559f2cdf4844553076c03 h: refs/heads/master i: 23671: 9562274e09242e8fba93910f5376a47c53560596 v: v3 --- [refs] | 2 +- trunk/fs/ufs/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cec1cbc5f64b..25de5fa3c6c8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13fce8062968996da496d4f65cc1c1f845704604 +refs/heads/master: c690a72253b962b7274559f2cdf4844553076c03 diff --git a/trunk/fs/ufs/super.c b/trunk/fs/ufs/super.c index d257644a1aeb..db98a4c71e63 100644 --- a/trunk/fs/ufs/super.c +++ b/trunk/fs/ufs/super.c @@ -575,7 +575,7 @@ static int ufs_fill_super(struct super_block *sb, void *data, int silent) if (!silent) printk("You didn't specify the type of your ufs filesystem\n\n" "mount -t ufs -o ufstype=" - "sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|netxstep-cd|openstep ...\n\n" + "sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...\n\n" ">>>WARNING<<< Wrong ufstype may corrupt your filesystem, " "default is ufstype=old\n"); ufs_set_opt (sbi->s_mount_opt, UFSTYPE_OLD);