mode_t whack-a-mole: chelsio
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 1 Jan 2015 19:25:19 +0000 (14:25 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Jan 2015 04:16:28 +0000 (23:16 -0500)
it's umode_t, damnit...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h

index a3d8867..cc1d255 100644 (file)
@@ -40,7 +40,7 @@
 struct t4_debugfs_entry {
        const char *name;
        const struct file_operations *ops;
-       mode_t mode;
+       umode_t mode;
        unsigned char data;
 };