[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f74e4e12-47aa-00ec-4d57-03808dbcef2b@oracle.com>
Date: Mon, 29 Apr 2019 15:26:42 -0700
From: "santosh.shilimkar@...cle.com" <santosh.shilimkar@...cle.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [net-next][PATCH 1/2] rds: handle unsupported rdma request to fs
dax memory
On 4/29/19 3:25 PM, David Miller wrote:
> From: Santosh Shilimkar <santosh.shilimkar@...cle.com>
> Date: Thu, 25 Apr 2019 17:44:29 -0700
>
>> @@ -158,8 +158,9 @@ static int rds_pin_pages(unsigned long user_addr, unsigned int nr_pages,
>> {
>> int ret;
>>
>> - ret = get_user_pages_fast(user_addr, nr_pages, write, pages);
>> -
>> + /* get_user_pages return -EOPNOTSUPP for fs_dax memory */
> ^^^^^^
>
Opps. Let me fix that and post v2.
Regards,
Santosh
Powered by blists - more mailing lists