summaryrefslogtreecommitdiff
path: root/bpf_insns.h
diff options
context:
space:
mode:
Diffstat (limited to 'bpf_insns.h')
0 files changed, 0 insertions, 0 deletions
href='/cgit.cgi/linux/net-next.git/tree/?h=nds-private-remove&id=fc0065adb202518e25fb929cda7d5887a456f774'>6282a9d5a8b3c659b2e07d17412350223bebce61 parent3fa565039e3338f60d7e7a8e818835dabdea764b (diff)
f2fs: introduce get_checkpoint_version for cleanup
There exists almost same codes when get the value of pre_version and cur_version in function validate_checkpoint, this patch adds get_checkpoint_version to clean up redundant codes. Signed-off-by: Tiezhu Yang <kernelpatch@126.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat
-rw-r--r--fs/f2fs/checkpoint.c66
1 files changed, 38 insertions, 28 deletions
diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c