• A
    dlm: use __le types for rcom messages · 2f9dbeda
    Alexander Aring 提交于
    This patch changes to use __le types directly in the dlm rcom
    structure which is casted at the right dlm message buffer positions.
    
    The main goal what is reached here is to remove sparse warnings
    regarding to host to little byte order conversion or vice versa. Leaving
    those sparse issues ignored and always do it in out/in functionality
    tends to leave it unknown in which byte order the variable is being
    handled.
    Signed-off-by: NAlexander Aring <aahringo@redhat.com>
    Signed-off-by: NDavid Teigland <teigland@redhat.com>
    2f9dbeda
member.c 16.4 KB