From: Yu Zhao
Shmem uses shmem_recalc_inode to update i_blocks when it allocates
page, undoes range or swaps. But mm can drop clean page without
notifying shmem. This makes fstat sometimes return out-of-date
block size.
The problem can be partially solved when we add
inode_operations->getattr wh
On Fri, 10 Jul 2015, Yu Zhao wrote:
> Shmem uses shmem_recalc_inode to update i_blocks when it allocates
> page, undoes range or swaps. But mm can drop clean page without
> notifying shmem. This makes fstat sometimes return out-of-date
> block size.
>
> The problem can be partially solved when we
Shmem uses shmem_recalc_inode to update i_blocks when it allocates
page, undoes range or swaps. But mm can drop clean page without
notifying shmem. This makes fstat sometimes return out-of-date
block size.
The problem can be partially solved when we add
inode_operations->getattr which calls shmem_
3 matches
Mail list logo