Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fd9e544 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: add a slab cache entry for small discards



This patch adds a slab cache entry for small discards.

Each entry consists of:

struct discard_entry {
	struct list_head list;	/* list head */
	block_t blkaddr;	/* block address to be discarded */
	int len;		/* # of consecutive blocks of the discard */
};

Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent e81c93cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment