summaryrefslogtreecommitdiffstats
path: root/fs/hfs
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-05-23 02:39:45 +0200
committerJaegeuk Kim <jaegeuk@kernel.org>2017-05-24 06:11:08 +0200
commitaaebdee8b88225ebe28af2afc60446f9fd7228f9 (patch)
tree5d55185cdfcb8ed05413bf7139df37d2dc6e7f22 /fs/hfs
parentf2fs: don't bother checking for encryption key in ->mmap() (diff)
downloadlinux-aaebdee8b88225ebe28af2afc60446f9fd7228f9.tar.xz
linux-aaebdee8b88225ebe28af2afc60446f9fd7228f9.zip
f2fs: don't bother checking for encryption key in ->write_iter()
Since only an open file can be written to, and we only allow open()ing an encrypted file when its key is available, there is no need to check for the key again before permitting each ->write_iter(). This code was also broken in that it wouldn't actually have failed if the key was in fact unavailable. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: David Gstir <david@sigma-star.at> Acked-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/hfs')
0 files changed, 0 insertions, 0 deletions