]> git.baikalelectronics.ru Git - kernel.git/commit
ubifs: don't bother checking for encryption key in ->mmap()
authorEric Biggers <ebiggers@google.com>
Tue, 23 May 2017 00:39:44 +0000 (17:39 -0700)
committerRichard Weinberger <richard@nod.at>
Wed, 5 Jul 2017 21:52:50 +0000 (23:52 +0200)
commitee7fcc6a68503e4a46198ba8154835a598757991
tree04187325babe531bcdf695863c1a20bf0e21046f
parent85936ae4b94820d1e9dcaca4621ac500ba29230d
ubifs: don't bother checking for encryption key in ->mmap()

Since only an open file can be mmap'ed, 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 mmap().

Signed-off-by: Eric Biggers <ebiggers@google.com>
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/file.c