Re: [PATCH -next] misc: watch_queue: Fix build error

2019-10-07 Thread Yuehaibing
On 2019/9/4 20:20, David Howells wrote: > Thanks, I've folded that in. This issue still occur in linux-next 20191008 : drivers/misc/watch_queue.c: In function ‘watch_queue_account_mem’: drivers/misc/watch_queue.c:315:38: error: ‘struct user_struct’ has no member named ‘locked_vm’; did you mean ‘

Re: [PATCH -next] misc: watch_queue: Fix build error

2019-09-04 Thread David Howells
Thanks, I've folded that in. David

[PATCH -next] misc: watch_queue: Fix build error

2019-09-03 Thread YueHaibing
drivers/misc/watch_queue.c: In function watch_queue_account_mem: drivers/misc/watch_queue.c:309:38: error: struct user_struct has no member named locked_vm; did you mean locked_shm? cur_pages = atomic_long_read(&user->locked_vm); ^