[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ac3eb2510902120105u17f5a0f9q13a228b9ff6ff3d4@mail.gmail.com>
Date: Thu, 12 Feb 2009 10:05:23 +0100
From: Kay Sievers <kay.sievers@...y.org>
To: Alex Chiang <achiang@...com>, Greg KH <gregkh@...e.de>,
alex.williamson@...com, linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] sysfs: sysfs_add_one tells you _where_ the duplicate file
is
On Thu, Feb 12, 2009 at 08:02, Alex Chiang <achiang@...com> wrote:
> sysfs: sysfs_add_one WARNs with full path to duplicate filename
>
> As a debugging aid, it can be useful to know the full path to a
> duplicate file being created in sysfs.
> ret = __sysfs_add_one(acxt, sd);
> - WARN(ret == -EEXIST, KERN_WARNING "sysfs: duplicate filename '%s' "
> - "can not be created\n", sd->s_name);
> + if (ret == -EEXIST) {
> + char path[PATH_MAX];
Isn't that 4k on the stack, and a bit large to put there?
Thanks,
Kay
--
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