summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-01-11 06:37:36 +0100
committerJaegeuk Kim <jaegeuk@kernel.org>2015-02-12 02:04:31 +0100
commit6f0aacbc3c1d71078d0f9eb47f8c422bb58fffd7 (patch)
tree3e9d4d6205dfee04ca3865138f3f43156a9001b0 /fs/f2fs/f2fs.h
parentf2fs: fix wrong memory footprint statistics in debugfs (diff)
downloadlinux-6f0aacbc3c1d71078d0f9eb47f8c422bb58fffd7.tar.xz
linux-6f0aacbc3c1d71078d0f9eb47f8c422bb58fffd7.zip
f2fs: update memory footprint information
This patch adds missing memory usages, and splits them in detail. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to '')
-rw-r--r--fs/f2fs/f2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 209532cbee43..c2cf040d5284 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1530,7 +1530,7 @@ struct f2fs_stat_info {
unsigned int segment_count[2];
unsigned int block_count[2];
unsigned int inplace_count;
- unsigned base_mem, cache_mem;
+ unsigned base_mem, cache_mem, page_mem;
};
static inline struct f2fs_stat_info *F2FS_STAT(struct f2fs_sb_info *sbi)