commit | 4d3e533541ec471ead6a7d1d78c7bf13b95835ef | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 12 23:01:38 2024 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 26 10:33:37 2024 -0500 |
tree | dbf988f52c04a848c6365693ad1420818f793bbb | |
parent | 4bbf9020becbfd8fc2c3da790855b7042fad455b [diff] |
make use of anon_inode_getfile_fmode() A bunch of anon_inode_getfile() callers follow it with adjusting ->f_mode; we have a helper doing that now, so let's make use of it. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>