linux/fs/overlayfs
Miklos Szeredi fee0f2980a duplicate ovl_getxattr()
ovl_getattr() returns the value of an xattr in a kmalloced buffer.  There
are two callers:

 ovl_copy_up_meta_inode_data()	(copy_up.c)
 ovl_get_redirect_xattr()	(util.c)

This patch just copies ovl_getxattr() to copy_up.c, the following patches
will deal with the differences in idividual callers.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2020-09-02 10:58:48 +02:00
..
copy_up.c duplicate ovl_getxattr() 2020-09-02 10:58:48 +02:00
dir.c ovl: initialize OVL_UPPERDATA in ovl_lookup() 2020-06-02 22:20:25 +02:00
export.c ovl: relax WARN_ON() when decoding lower directory file handle 2020-07-16 00:09:17 +02:00
file.c ovl: provide a mount option "volatile" 2020-09-02 10:58:48 +02:00
inode.c overlayfs update for 5.8 2020-06-09 15:40:50 -07:00
Kconfig docs: fix broken references to text files 2020-04-20 15:35:59 -06:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
namei.c ovl: fix lookup of indexed hardlinks with metacopy 2020-07-16 07:24:47 +02:00
overlayfs.h duplicate ovl_getxattr() 2020-09-02 10:58:48 +02:00
ovl_entry.h ovl: provide a mount option "volatile" 2020-09-02 10:58:48 +02:00
readdir.c ovl: provide a mount option "volatile" 2020-09-02 10:58:48 +02:00
super.c ovl: provide a mount option "volatile" 2020-09-02 10:58:48 +02:00
util.c duplicate ovl_getxattr() 2020-09-02 10:58:48 +02:00