Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Nov 2017 20:38:51 +0000 (12:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Nov 2017 20:38:51 +0000 (12:38 -0800)
Pull get_user_pages_fast() conversion from Al Viro:
 "A bunch of places switched to get_user_pages_fast()"

* 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  ceph: use get_user_pages_fast()
  pvr2fs: use get_user_pages_fast()
  atomisp: use get_user_pages_fast()
  st: use get_user_pages_fast()
  via_dmablit(): use get_user_pages_fast()
  fsl_hypervisor: switch to get_user_pages_fast()
  rapidio: switch to get_user_pages_fast()
  vchiq_2835_arm: switch to get_user_pages_fast()

1  2 
drivers/rapidio/devices/rio_mport_cdev.c
drivers/staging/media/atomisp/pci/atomisp2/hmm/hmm_bo.c
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_2835_arm.c
net/ceph/pagevec.c

@@@ -387,16 -381,15 +385,15 @@@ cleanup_pagelistinfo(struct vchiq_pagel
  }
  
  /* There is a potential problem with partial cache lines (pages?)
 -** at the ends of the block when reading. If the CPU accessed anything in
 -** the same line (page?) then it may have pulled old data into the cache,
 -** obscuring the new data underneath. We can solve this by transferring the
 -** partial cache lines separately, and allowing the ARM to copy into the
 -** cached area.
 -*/
 + * at the ends of the block when reading. If the CPU accessed anything in
 + * the same line (page?) then it may have pulled old data into the cache,
 + * obscuring the new data underneath. We can solve this by transferring the
 + * partial cache lines separately, and allowing the ARM to copy into the
 + * cached area.
 + */
  
  static struct vchiq_pagelist_info *
- create_pagelist(char __user *buf, size_t count, unsigned short type,
-               struct task_struct *task)
+ create_pagelist(char __user *buf, size_t count, unsigned short type)
  {
        PAGELIST_T *pagelist;
        struct vchiq_pagelist_info *pagelistinfo;
Simple merge