]> git.baikalelectronics.ru Git - kernel.git/commit
ovl: rename filesystem type to "overlay"
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 20 Nov 2014 15:39:59 +0000 (16:39 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 20 Nov 2014 15:39:59 +0000 (16:39 +0100)
commit387083608604ae6b1e5b21bc0a1af5592ce220ce
tree32ce8ec582b67b29edac5fd12b5e5679b638dac6
parente2c81752b41ed350c75d95149169ae9b6d5b5f6c
ovl: rename filesystem type to "overlay"

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>
Documentation/filesystems/overlayfs.txt
MAINTAINERS
fs/Makefile
fs/overlayfs/Kconfig
fs/overlayfs/Makefile
fs/overlayfs/super.c