diff options
author | L. Alberto Giménez <agimenez@sysvalve.es> | 2014-07-25 00:50:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-27 11:24:37 -0700 |
commit | 8fa6cfc73283b687067687955f459720054bbe90 (patch) | |
tree | cd412806bebb17bdf0dddf4e4cf6caaa6d144d8a /drivers/md/dm-cache-policy-mq.c | |
parent | 70ae543b3260a1cb53b30320d650effa575fa174 (diff) |
staging/lustre: Fix sparse error (signature mismatch)
lprocfs_wr_atomic is defined in
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c with its second argument
with the __user attribute:
int lprocfs_wr_atomic(struct file *file, const char __user *buffer,
unsigned long count, void *data)
but its declaration in drivers/staging/lustre/lustre/include/lprocfs_status.h does
not include the attribute. Make declaration and definition match.
Signed-off-by: L. Alberto Giménez <agimenez@sysvalve.es>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/md/dm-cache-policy-mq.c')
0 files changed, 0 insertions, 0 deletions