[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190812071148.GA696@tigerII.localdomain>
Date: Mon, 12 Aug 2019 16:11:48 +0900
From: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To: Chris Wilson <chris@...is-wilson.co.uk>
Cc: intel-gfx@...ts.freedesktop.org, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Sedat Dilek <sedat.dilek@...il.com>,
Hugh Dickins <hughd@...gle.com>,
Matthew Auld <matthew.auld@...el.com>,
Al Viro <viro@...iv.linux.org.uk>
Subject: Re: [PATCH] drm/i915: Stop reconfiguring our shmemfs mountpoint
On (08/08/19 18:22), Chris Wilson wrote:
[..]
> @@ -20,31 +20,18 @@ int i915_gemfs_init(struct drm_i915_private *i915)
> if (!type)
> return -ENODEV;
[..]
> + gemfs = kern_mount(type);
> + if (IS_ERR(gemfs))
> + return PTR_ERR(gemfs);
>
> i915->mm.gemfs = gemfs;
We still have to put_filesystem(). Right?
-ss
Powered by blists - more mailing lists