]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs/backing-file: Convert to revert/override_creds_light()
authorVinicius Costa Gomes <vinicius.gomes@intel.com>
Thu, 7 Nov 2024 00:57:18 +0000 (16:57 -0800)
committerAmir Goldstein <amir73il@gmail.com>
Mon, 11 Nov 2024 09:45:04 +0000 (10:45 +0100)
commitd06ffd63a01226e9f741245ebac9b8f562fa04f5
treed218d18dcb64d4d12af1d599622db0a7541c276c
parent49dffdfde462c7823de6ed882f71ce233aaeba63
fs/backing-file: Convert to revert/override_creds_light()

As the credentials used by backing-file are long lived in relation to
the critical section (override_creds() -> revert_creds()) we can
replace them by their lighter alternatives.

Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/backing-file.c