diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-01 20:25:19 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-01-26 05:16:28 +0100 |
commit | 92fc41c3a612d27521241e2a550d938520fce0d6 (patch) | |
tree | 987663321759621d1ee4c8aa016f1aebf77444e8 /drivers/net | |
parent | file->f_path.dentry is pinned down for as long as the file is open... (diff) | |
download | linux-92fc41c3a612d27521241e2a550d938520fce0d6.tar.xz linux-92fc41c3a612d27521241e2a550d938520fce0d6.zip |
mode_t whack-a-mole: chelsio
it's umode_t, damnit...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h index a3d8867efd3d..cc1d25508924 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.h @@ -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; }; |