kpds_copy_global_attr - copy all global attributes from one data object to another.
LIBRARY CALL
int
kpds_copy_global_attr(
kobject source,
kobject destination)
INPUT
source - the object that serves as the
source for the attributes.
OUTPUT
destination - the object that serves as
the destination for the
operation.
RETURN VALUE
TRUE on success, FALSE otherwise
DESCRIPTION
This function copies all the
object level attributes from the source_object
to the destination_object. None of the segment
related attributes will be copied over.