lkml.org 
[lkml]   [2008]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: sparc/staging compile error
On Thu, Nov 06, 2008 at 09:06:36AM -0500, J.R. Mauro wrote:
> static int poch_ioctl(struct inode *inode, struct file *filp,
> unsigned int cmd, unsigned long arg)
> {
> /* ---snip---*/
> case POCH_IOC_SYNC_GROUP_FOR_USER:
> case POCH_IOC_SYNC_GROUP_FOR_DEVICE:
> vms = find_vma(current->mm, arg);
> if (!vms)
> /* Address not mapped. */
> return -EINVAL;
> if (vms->vm_file != filp)
> /* Address mapped from different device/file. */
> return -EINVAL;
>
> flush_cache_range(vms, arg, arg + channel->group_size);

This doesn't look like something a driver should ever do. Could someone
explain what it's trying to do from a high level point of view?



\
 
 \ /
  Last update: 2008-11-06 18:35    [W:0.054 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site