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
..
2020-09-02 10:58:48 +02:00
2020-09-02 10:58:48 +02:00
2020-06-09 15:40:50 -07:00
2020-09-02 10:58:48 +02:00
2020-09-02 10:58:48 +02:00
2020-09-02 10:58:48 +02:00