f2fs: don't allow volatile writes for non-regular file
authorChao Yu <yuchao0@huawei.com>
Fri, 17 Mar 2017 07:43:57 +0000 (15:43 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 22 Mar 2017 02:34:18 +0000 (22:34 -0400)
commit8ff0971f1500953935339c23c91f660793fd4c64
treefc4dd10c962c65488f03a6cf690564d433b3f500
parente811898c97f83aef6c1652fbfbf5294bf542159c
f2fs: don't allow volatile writes for non-regular file

Now f2fs only supports volatile writes for journal db regular file.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/file.c