[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140806142847.GA9757@infradead.org>
Date: Wed, 6 Aug 2014 07:28:47 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Himangi Saraogi <himangi774@...il.com>
Cc: Dave Chinner <david@...morbit.com>, xfs@....sgi.com,
linux-kernel@...r.kernel.org, Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH] xfs: Remove typedef xfs_uu_t
On Wed, Aug 06, 2014 at 07:43:43PM +0530, Himangi Saraogi wrote:
> The Linux kernel coding style guidelines suggest not using typedefs
> for structure types. This patch gets rid of the typedef for xfs_uu_t.
> Also the names of the struct is changed to drop the _t, to make the
> name look less typedef-like.
The right fix is to just kill the type, and read the values directly
from the uuid_t type using get_unaligned_be16.
--
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