[git pull] vfs.git several struct file-related pieces

From: Al Viro
Date: Tue May 07 2019 - 16:53:05 EST


A bit more of "this fget() would be better off as fdget()"
whack-a-mole + a couple of ->f_count-related cleanups

The following changes since commit 15ade5d2e7775667cf191cf2f94327a4889f8b9d:

Linux 5.1-rc4 (2019-04-07 14:09:59 -1000)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.file

for you to fetch changes up to 3b85d3028e2a0f95a8425fbfa54a04056b7cbc91:

media: switch to fdget() (2019-05-02 02:25:54 -0400)

----------------------------------------------------------------
Al Viro (4):
don't open-code file_count()
amdgpu: switch to fdget()
drm_syncobj: switch to fdget()
media: switch to fdget()

Lukas Bulwahn (1):
fs: drop unused fput_atomic definition

drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c | 23 +++++++++++------------
drivers/gpu/drm/drm_syncobj.c | 13 ++++++-------
drivers/gpu/drm/i915/i915_gem.c | 2 +-
drivers/media/media-request.c | 16 ++++++++--------
include/linux/fs.h | 1 -
5 files changed, 26 insertions(+), 29 deletions(-)