[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080824123834.GC24946@shareable.org>
Date: Sun, 24 Aug 2008 13:38:34 +0100
From: Jamie Lokier <jamie@...reable.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Zev Weiss <zevweiss@...il.com>, Rodolfo@...reable.org,
David Woodhouse <dwmw2@...radead.org>,
Giometti <giometti@...eenne.com>, linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()
Andrew Morton wrote:
> struct mtd_erase_region_info {
> struct {
> u_int32_t offset;
> u_int32_t erasesize;
> u_int32_t numblocks;
> } user_part;
> unsigned long *lockmap;
> };
Is the name "struct mtd_erase_region_info" something userspace uses?
Nothing wrong with changing the kernel's version, as long as userspace
uses different headers, but it might be confusing.
-- Jamie
--
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