Searched hist:"19 f391eb05b8b005f2907ddc8f284487b446abf3" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_lease.c | diff 19f391eb05b8b005f2907ddc8f284487b446abf3 Fri Jun 08 17:19:32 CEST 2018 Al Viro <viro@zeniv.linux.org.uk> turn filp_clone_open() into inline wrapper for dentry_open()
it's exactly the same thing as dentry_open(&file->f_path, file->f_flags, file->f_cred)
... and rename it to file_clone_open(), while we are at it. 'filp' naming convention is bogus; sure, it's "file pointer", but we generally don't do that kind of Hungarian notation. Some of the instances have too many callers to touch, but this one has only two, so let's sanitize it while we can...
Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/fs/ |
H A D | binfmt_misc.c | diff 19f391eb05b8b005f2907ddc8f284487b446abf3 Fri Jun 08 17:19:32 CEST 2018 Al Viro <viro@zeniv.linux.org.uk> turn filp_clone_open() into inline wrapper for dentry_open()
it's exactly the same thing as dentry_open(&file->f_path, file->f_flags, file->f_cred)
... and rename it to file_clone_open(), while we are at it. 'filp' naming convention is bogus; sure, it's "file pointer", but we generally don't do that kind of Hungarian notation. Some of the instances have too many callers to touch, but this one has only two, so let's sanitize it while we can...
Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
/linux/include/linux/ |
H A D | fs.h | diff 19f391eb05b8b005f2907ddc8f284487b446abf3 Fri Jun 08 17:19:32 CEST 2018 Al Viro <viro@zeniv.linux.org.uk> turn filp_clone_open() into inline wrapper for dentry_open()
it's exactly the same thing as dentry_open(&file->f_path, file->f_flags, file->f_cred)
... and rename it to file_clone_open(), while we are at it. 'filp' naming convention is bogus; sure, it's "file pointer", but we generally don't do that kind of Hungarian notation. Some of the instances have too many callers to touch, but this one has only two, so let's sanitize it while we can...
Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|