mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
b312979252
The inode eviction should unmap the pages associated with the inode. These pages should also be flushed to disk to avoid the data loss. Therefore, use truncate_setsize() in evict_inode() to release the pagecache. The API truncate_setsize() was added in 2.6.35 kernel. To ensure compatibility with the old kernel, the patch defines its own truncate_setsize function. Signed-off-by: Prasad Joshi <pjoshi@stec-inc.com> Closes #255 |
||
---|---|---|
.. | ||
Makefile.am | ||
Makefile.in | ||
uu_alloc.c | ||
uu_avl.c | ||
uu_dprintf.c | ||
uu_ident.c | ||
uu_list.c | ||
uu_misc.c | ||
uu_open.c | ||
uu_pname.c | ||
uu_string.c | ||
uu_strtoint.c |