mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
ef94b1864d
Some distributions carry an "old" format of overlayfs while mainline has a "new" format. The distros will possibly want to keep the old overlayfs alongside the new for compatibility reasons. To make it possible to differentiate the two versions change the name of the new one from "overlayfs" to "overlay". Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Reported-by: Serge Hallyn <serge.hallyn@ubuntu.com> Cc: Andy Whitcroft <apw@canonical.com>
8 lines
141 B
Makefile
8 lines
141 B
Makefile
#
|
|
# Makefile for the overlay filesystem.
|
|
#
|
|
|
|
obj-$(CONFIG_OVERLAY_FS) += overlay.o
|
|
|
|
overlay-objs := super.o inode.o dir.o readdir.o copy_up.o
|