[Intel-gfx] [PATCHv2 2/2] i915: do not leak module ref counter
Sergey Senozhatsky
sergey.senozhatsky.work at gmail.com
Tue Aug 20 03:13:59 UTC 2019
Always put_filesystem() in i915_gemfs_init().
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky at gmail.com>
---
- v2: rebased (i915 does not remount gemfs anymore)
drivers/gpu/drm/i915/gem/i915_gemfs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/gem/i915_gemfs.c b/drivers/gpu/drm/i915/gem/i915_gemfs.c
index 5e6e8c91ab38..0a398e1e45fc 100644
--- a/drivers/gpu/drm/i915/gem/i915_gemfs.c
+++ b/drivers/gpu/drm/i915/gem/i915_gemfs.c
@@ -30,6 +30,7 @@ int i915_gemfs_init(struct drm_i915_private *i915)
*/
gemfs = kern_mount(type);
+ put_filesystem(type);
if (IS_ERR(gemfs))
return PTR_ERR(gemfs);
--
2.23.0
More information about the Intel-gfx
mailing list