Whamcloud - gitweb
LU-8259 osd-ldiskfs update all *_seq_write() to use "const char __user *buffer" 87/20887/2
authorParinay Kondekar <parinay.kondekar@seagate.com>
Mon, 20 Jun 2016 11:30:59 +0000 (17:00 +0530)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 27 Jun 2016 18:56:12 +0000 (18:56 +0000)
commit0e4e1f61d1196df7415ee143804debcfe0ee88dd
tree577390cc3fc09b7d4aab19e01d2d9d53a5268e3c
parentb384b414d88de3cfa4966e731b46e85f62c8e438
LU-8259 osd-ldiskfs update all *_seq_write() to use "const char __user *buffer"

All *_seq_write functions in lustre/osd-ldiskfs/osd_lproc.c declare
buffer as "const char *buffer" and should use "const char __user *buffer"
instead.

This patch takes care of this change.

Change-Id: Ida44679f721a37cf71f327a6f00f3f8857ba0376
Signed-off-by: Parinay Kondekar <parinay.kondekar@seagate.com>
Reviewed-on: http://review.whamcloud.com/20887
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osd-ldiskfs/osd_lproc.c