diff options
author | Stephen Brennan <stephen.s.brennan@oracle.com> | 2021-09-01 10:51:43 -0700 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2021-09-07 16:11:01 -0400 |
commit | b4a4f213a39d5e55baf38c96042acaeaf927ec74 (patch) | |
tree | ee17de6c72cc70f458e12211b2409a0e8fe5b508 /net/unix/af_unix.c | |
parent | 794ebcea865bff47231de89269e9d542121ab7be (diff) | |
download | linux-b4a4f213a39d5e55baf38c96042acaeaf927ec74.tar.gz linux-b4a4f213a39d5e55baf38c96042acaeaf927ec74.tar.bz2 linux-b4a4f213a39d5e55baf38c96042acaeaf927ec74.zip |
namei: Standardize callers of filename_create()
filename_create() has two variants, one which drops the caller's
reference to filename (filename_create) and one which does
not (__filename_create). This can be confusing as it's unusual to drop a
caller's reference. Remove filename_create, rename __filename_create
to filename_create, and convert all callers.
Link: https://lore.kernel.org/linux-fsdevel/f6238254-35bd-7e97-5b27-21050c745874@oracle.com/
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Stephen Brennan <stephen.s.brennan@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions