lkml.org 
[lkml]   [2011]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 7/14] drm/i915: adjust to new truncate_range
>  	/* Our goal here is to return as much of the memory as
> * is possible back to the system as we are called from OOM.
> * To do this we must instruct the shmfs to drop all of its
> - * backing pages, *now*. Here we mirror the actions taken
> - * when by shmem_delete_inode() to release the backing store.
> + * backing pages, *now*.
> */
> inode = obj->base.filp->f_path.dentry->d_inode;
> - truncate_inode_pages(inode->i_mapping, 0);
> if (inode->i_op->truncate_range)
> inode->i_op->truncate_range(inode, 0, (loff_t)-1);
> + else
> + truncate_inode_pages(inode->i_mapping, 0);

Given that it relies on beeing on shmemfs it should just call it
directly.


\
 
 \ /
  Last update: 2011-06-01 02:45    [W:0.120 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site