[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110803093745.0fcb7b76.rdunlap@xenotime.net>
Date: Wed, 3 Aug 2011 09:37:45 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, linux-mm@...ck.org,
linux-fsdevel@...r.kernel.org, linux-next@...r.kernel.org
Subject: Re: mmotm 2011-08-02-16-19 uploaded (fault-inject.h)
On Tue, 02 Aug 2011 16:19:30 -0700 akpm@...ux-foundation.org wrote:
> The mm-of-the-moment snapshot 2011-08-02-16-19 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> and will soon be available at
> git://zen-kernel.org/kernel/mmotm.git
> or
> git://git.cmpxchg.org/linux-mmotm.git
>
> It contains the following patches against 3.0:
> fault-injection-add-ability-to-export-fault_attr-in-arbitrary-directory.patch
Please drop the ';' at the end of the second line below:
+static inline struct dentry *fault_create_debugfs_attr(const char *name,
+ struct dentry *parent, struct fault_attr *attr);
{
+ return ERR_PTR(-ENODEV);
}
It causes lots of build errors.
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
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