xfs: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Sep 25 12:16:33 PDT 2011


 os/xfstrans.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac59cccf8bc1ae3d41e0608f131b5eb888f9362b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 25 12:12:14 2011 -0700

    Don't pass a static string to TRANS(GetReopenInfo)
    
    It never reads the value passed in, just overwrites the pointer,
    and gcc -Wwrite-strings complains about assigning a constant string
    to a non-const char*.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list