• Miklos Szeredi's avatar
    duplicate ovl_getxattr() · fee0f298
    Miklos Szeredi authored
    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: default avatarMiklos Szeredi <mszeredi@redhat.com>
    fee0f298
overlayfs.h 16.5 KB