Christoph Hellwig wrote:

+/* cluster failover support */
+
+typedef struct {
+       int     cmd;
+       int     stat;
+       int     gp;
+       void    *datap;
+} nlm_fo_cmd;

please don't introduce typedefs for struct types.

I don't do much community version of linux code so its coding standard is new to me. Any reason for this (not doing typedefs) ?

-- Wendy

-
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to