aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorJeff Layton <[email protected]>2024-03-18 18:28:50 +0000
committerKonstantin Komarov <[email protected]>2024-04-17 12:06:28 +0000
commit93b4d70f6a4129fcfad18deae248bf89c129d1b5 (patch)
treed009b89bb6444e4e4fb4576bc21369db702d2100 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentfs/ntfs3: use kcalloc() instead of kzalloc() (diff)
downloadkernel-93b4d70f6a4129fcfad18deae248bf89c129d1b5.tar.gz
kernel-93b4d70f6a4129fcfad18deae248bf89c129d1b5.zip
fs/ntfs3: remove atomic_open
atomic_open is an optional VFS operation, and is primarily for network filesystems. NFS (for instance) can just send an open call for the last path component rather than doing a lookup and then having to follow that up with an open when it doesn't have a dentry in cache. ntfs3 is a local filesystem however, and its atomic_open just does a typical lookup + open, but in a convoluted way. atomic_open will also make directory leases more difficult to implement on the filesystem. Remove ntfs_atomic_open. Signed-off-by: Jeff Layton <[email protected]> Signed-off-by: Konstantin Komarov <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions