RPVPSOP_END typo bug

"Roger Tsang" <[email protected]>
Newsgroups gmane.linux.cluster.ssic.devel
Message-ID <[email protected]>
Hi,

Looks like a typo in ssi-1.9 and affects quite a lot of VPROC.

-Roger


#define RPVPSOP_END(_ret,_error,_id_string)                             \
        switch(ret) {                                                  \
                case 0:                                                 \
                        break;                                          \
                case -EREMOTE:                                          \
                        _error = -EREMOTE;                              \
                        break;                                          \
                default:                                                \
                        printk("%s: bad rpc, ret=0x%x",_id_string,_ret);\
                        _error = -EREMOTE;                              \
                        break;                                          \
        }                                                               \

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.