[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ada8w2k2xid.fsf@cisco.com>
Date: Wed, 29 Sep 2010 11:52:10 -0700
From: Roland Dreier <rdreier@...co.com>
To: Steve Wise <swise@...ngridcomputing.com>
Cc: stable@...nel.org, linux-rdma@...r.kernel.org,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RDMA/cxgb4: Add default_llseek to debugfs files.
> --- 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)
>
>
Steve, can you also do a quick test to make sure this works OK with
generic_file_llseek instead of default_llseek?
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists