[linux-cifs-client] Most recent patch "[CIFS] mount of IPC$ breaks with iget patch": cFYI() needs a correction

Günter Kukkukk linux at kukkukk.com
Thu Aug 14 00:55:00 GMT 2008


Hi Steve,

line 653
    cFYI(1, ("rc %d getting root inode")); 

is missing 'rc' as a passed parm.
Should be corrected to:
    cFYI(1, ("rc %d getting root inode",rc));

Cheers, Günter


More information about the linux-cifs-client mailing list