From 8a21984d5d86540ba32b4b346d8fe6426018b7a7 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 25 Sep 2014 14:39:17 +0300 Subject: [PATCH] f2fs: potential shift wrapping buf in f2fs_trim_fs() My static checker complains that segment is a u64 but only the lower 31 bits can be used before we hit a shift wrapping bug. Signed-off-by: Dan Carpenter Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed