freebsd-dev/include/linux
Prasad Joshi b312979252 Tear down and flush the mmap region
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
2011-06-27 09:59:19 -07:00
..
blkdev_compat.h Linux 2.6.37 compat, WRITE_FLUSH_FUA 2011-06-17 14:37:26 -07:00
dcache_compat.h Add Linux Compat Infrastructure 2011-02-10 09:25:10 -08:00
Makefile.am Add the new blkdev_compat.h header to the DIST target. 2011-02-24 09:40:06 -08:00
Makefile.in Tear down and flush the mmap region 2011-06-27 09:59:19 -07:00
vfs_compat.h Tear down and flush the mmap region 2011-06-27 09:59:19 -07:00
xattr_compat.h Linux 2.6.33 compat, get/set xattr callbacks 2011-02-11 10:41:00 -08:00