[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230310212536.GX3390869@ZenIV>
Date: Fri, 10 Mar 2023 21:25:36 +0000
From: Al Viro <viro@...iv.linux.org.uk>
To: linux-fsdevel@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCHES] fget()-to-fdget() whack-a-mole
fget()/fget_raw() should be used when we are going to keep
struct file reference; for temporary references fdget()/fdget_raw()
ought to be used. That kind of stuff keeps cropping up on a regular
basis, and it needs periodic pruning.
The current pile is in vfs.git #work.fd; individual patches
in followups.
Powered by blists - more mailing lists