[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080110084040.GD10745@infradead.org>
Date: Thu, 10 Jan 2008 08:40:41 +0000
From: Christoph Hellwig <hch@...radead.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Evgeniy Dushistov <dushistov@...l.ru>,
Steven <stevenaaus@...oo.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH]: ufs: fix symlink creation on ufs2
On Wed, Jan 09, 2008 at 11:51:48PM -0800, Andrew Morton wrote:
> > +++ b/fs/ufs/super.c
> > @@ -131,6 +131,8 @@ static void ufs_print_super_stuff(struct super_block *sb,
> > printk(KERN_INFO" cs_nffree(Num of free frags): %llu\n",
> > (unsigned long long)
> > fs64_to_cpu(sb, usb3->fs_un1.fs_u2.cs_nffree));
> > + printk(KERN_INFO" fs_maxsymlinklen: %u\n",
> > + usb3->fs_un2.fs_44.fs_maxsymlinklen);
>
> I assume this needs conversion via fs32_to_cpu() before we print it.
Yes, it does. I wish people would run sparse before submitting patches :P
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists