Displaying 2 results from an estimated 2 matches for "toggle_dac_cap".
2012 May 30
1
ANNOUNCE: cifs-utils release 5.5 is ready for download
...ow_bug.cgi?id=6918
    
    Acked-by: Suresh Jayaraman <sjayaraman at suse.com>
    Signed-off-by: Lars Mueller <lmuelle at suse.com>
commit 0aa12de5c1565d56a240d7b0dd814316f4ea81f3
Author: Lars Mueller <lmuelle at suse.com>
Date:   Fri Apr 20 07:59:15 2012 -0400
    mount.cifs: toggle_dac_capability() stores return code
    
    the build process of the cifs-utils for Mandriva 2011 made me notice of
    the unused variable rc in toggle_dac_capability() of mount.cifs.c.
    
    A bit up in the code we store the return value and do not make use of it
    while calling return.
    
    Th...
2012 Jul 26
0
ANNOUNCE: cifs-utils release 5.6 is ready for download
...s.
    
    Cc: Suresh Jayaraman <sjayaraman at suse.com>
    Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 0eb3daa4b17ee64b464594f1a5d413ecb364957c
Author: Jeff Layton <jlayton at samba.org>
Date:   Thu Jun 14 10:59:18 2012 -0400
    mount.cifs: set rc to 0 in libcap toggle_dac_capability
    
    Thus spake Jochen:
    
    The mount.cifs program from the cifs-utils package 5.5 did not work on
    my Linux system. It just exited without an error message and did not
    mount anything.
    
    [...]
    
    I think, when this variable rc is now used in this function, it has...