lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 9 Mar 2009 06:51:59 +0100
From:	Sam Ravnborg <sam@...nborg.org>
To:	"J. R. Okajima" <hooanon05@...oo.co.jp>
Cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: [Aufs 03/25] aufs module global

> diff --git a/fs/aufs/Makefile b/fs/aufs/Makefile
> new file mode 100644
> index 0000000..9952a46
> --- /dev/null
> +++ b/fs/aufs/Makefile
> @@ -0,0 +1,20 @@
> +
> +include ${srctree}/${src}/magic.mk
> +-include ${srctree}/${src}/priv_def.mk

Some internal stuff that should have been deleted?

> +
> +obj-$(CONFIG_AUFS_FS) += aufs.o
> +aufs-y := module.o sbinfo.o super.o branch.o xino.o sysaufs.o opts.o \
> +	wkq.o vfsub.o dcsub.o \
> +	cpup.o whout.o plink.o wbr_policy.o \
> +	dinfo.o dentry.o \
> +	finfo.o file.o f_op.o \
> +	dir.o vdir.o \
> +	iinfo.o inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o \
> +	ioctl.o
> +
> +# all are boolean
> +aufs-$(CONFIG_SYSFS) += sysfs.o
> +aufs-$(CONFIG_AUFS_BDEV_LOOP) += loop.o
> +aufs-$(CONFIG_AUFS_HINOTIFY) += hinotify.o
> +aufs-$(CONFIG_AUFS_DEBUG) += debug.o
> +aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o

	Sam
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ