diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-23 23:11:19 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:54:55 -0500 |
commit | 587a1f1659e8b330b8738ef4901832a2b63f0bed (patch) | |
tree | b785c3f44ddba6ee036e02268502cdc961f55ea0 /drivers/scsi/cxgbi/libcxgbi.c | |
parent | 9104e427f3e21ddb380ddc39752624365b5bffea (diff) |
switch ->is_visible() to returning umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.c')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.c b/drivers/scsi/cxgbi/libcxgbi.c index c10f74a566f2..997fa36999be 100644 --- a/drivers/scsi/cxgbi/libcxgbi.c +++ b/drivers/scsi/cxgbi/libcxgbi.c | |||
@@ -2569,7 +2569,7 @@ void cxgbi_iscsi_cleanup(struct iscsi_transport *itp, | |||
2569 | } | 2569 | } |
2570 | EXPORT_SYMBOL_GPL(cxgbi_iscsi_cleanup); | 2570 | EXPORT_SYMBOL_GPL(cxgbi_iscsi_cleanup); |
2571 | 2571 | ||
2572 | mode_t cxgbi_attr_is_visible(int param_type, int param) | 2572 | umode_t cxgbi_attr_is_visible(int param_type, int param) |
2573 | { | 2573 | { |
2574 | switch (param_type) { | 2574 | switch (param_type) { |
2575 | case ISCSI_HOST_PARAM: | 2575 | case ISCSI_HOST_PARAM: |