summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2023-04-20 21:36:12 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2023-12-21 18:53:36 +0100
commit12c0c3a65a0f399e9bb582350314d59960e62919 (patch)
tree397e73f4e51db0e263e959a0b645dfacd4309d40 /MAINTAINERS
parentocfs2_find_match(): there's no such thing as NULL or negative ->d_parent (diff)
downloadlinux-12c0c3a65a0f399e9bb582350314d59960e62919.tar.xz
linux-12c0c3a65a0f399e9bb582350314d59960e62919.zip
orangefs: saner arguments passing in readdir guts
orangefs_dir_fill() doesn't use oi and dentry arguments at all do_readdir() gets dentry, uses only dentry->d_inode; it also gets oi, which is ORANGEFS_I(dentry->d_inode) (i.e. ->d_inode - constant offset). orangefs_dir_mode() gets dentry and oi, uses only to pass those to do_readdir(). orangefs_dir_iterate() uses dentry and oi only to pass those to orangefs_dir_fill() and orangefs_dir_more(). The only thing it really needs is ->d_inode; moreover, that's better expressed as file_inode(file) - no need to go through ->f_path.dentry->d_inode. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions