Skip to content
Commit ca298241 authored by Jaegeuk Kim's avatar Jaegeuk Kim
Browse files

f2fs: avoid swapon failure by giving a warning first



The final solution can be migrating blocks to form a section-aligned file
internally. Meanwhile, let's ask users to do that when preparing the swap
file initially like:
1) create()
2) ioctl(F2FS_IOC_SET_PIN_FILE)
3) fallocate()

Reported-by: default avatarkernel test robot <oliver.sang@intel.com>
Fixes: 36e4d958

 ("f2fs: check if swapfile is section-alligned")
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 8bfbfb0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment