mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-10-26 18:05:04 +03:00
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 |
||
|---|---|---|
| .. | ||
| 1th-16rc-4rs-1cs-4off.sh | ||
| 1x256th-65536rc-4rs-1cs-4off.sh | ||
| 4th-1024rc-4rs-1cs-4off.sh | ||
| 16th-8192rc-4rs-1cs-4off.sh | ||
| 256th-65536rc-4rs-1cs-4off.sh | ||
| large-thread-survey.sh | ||
| large.sh | ||
| lustre.sh | ||
| Makefile.am | ||
| Makefile.in | ||
| medium.sh | ||
| small.sh | ||
| tiny.sh | ||