On Fri, 24 Jun 2005, Greg KH wrote:
> Now I just know I'm going to regret this somehow...
>
;)
> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
> +++ gregkh-2.6/fs/ndevfs/inode.c 2005-06-24 01:06:02.000000000 -0700
> @@ -0,0 +1,249 @@
> +/*
> + * inode.c - part of ndevfs, a tiny little device file system
> + *
> + * Copyright (C) 2004,2005 Greg Kroah-Hartman <[email protected]>
> + *
> + * This program is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU General Public License version
> + * 2 as published by the Free Software Foundation.
> + *
> + * Written for all of the people out there who just hate userspace solutions.
> + *
> + */
> +
> +/* uncomment to get debug messages */
> +#define DEBUG
> +
Don't you mean here "comment to turn off debug messages?" :-)
-- Steve
> +#include <linux/config.h>
> +#include <linux/module.h>
> +#include <linux/fs.h>
> +#include <linux/mount.h>
> +#include <linux/pagemap.h>
> +#include <linux/init.h>
> +#include <linux/namei.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]