RDMA/cxgb4: Add default_llseek to debugfs files
Incorporate BKL removal changes.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
diff --git a/drivers/infiniband/hw/cxgb4/device.c b/drivers/infiniband/hw/cxgb4/device.c
index 986cfd7..b254357 100644
--- a/drivers/infiniband/hw/cxgb4/device.c
+++ b/drivers/infiniband/hw/cxgb4/device.c
@@ -182,6 +182,7 @@
.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 @@
.open = stag_open,
.release = stag_release,
.read = debugfs_read,
+ .llseek = default_llseek,
};
static int setup_debugfs(struct c4iw_dev *devp)