projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40dbf6e
)
RDMA/cxgb4: Add default_llseek to debugfs files
author
Steve Wise
<swise@opengridcomputing.com>
Wed, 29 Sep 2010 14:11:12 +0000
(14:11 +0000)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 12 Oct 2010 03:14:00 +0000
(20:14 -0700)
Incorporate BKL removal changes.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/cxgb4/device.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/device.c
b/drivers/infiniband/hw/cxgb4/device.c
index 986cfd76502c39fbb397e69770c207ff3a1a65dc..b25435736d447aa83aefd26699555c08db8a97a9 100644
(file)
--- a/
drivers/infiniband/hw/cxgb4/device.c
+++ b/
drivers/infiniband/hw/cxgb4/device.c
@@
-182,6
+182,7
@@
static const struct file_operations qp_debugfs_fops = {
.open = qp_open,
.release = qp_release,
.read = debugfs_read,
+ .llseek = default_llseek,
};
static int dump_stag(int id, void *p, void *data)
@@
-255,6
+256,7
@@
static const struct file_operations stag_debugfs_fops = {
.open = stag_open,
.release = stag_release,
.read = debugfs_read,
+ .llseek = default_llseek,
};
static int setup_debugfs(struct c4iw_dev *devp)