commit | e61568599c9ad638fdaba150fee07d7065e31851 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Mar 25 14:47:54 2022 -0400 |
committer | Chuck Lever <chuck.lever@oracle.com> | Fri May 20 13:18:24 2022 -0400 |
tree | 48340c59efd64a3cf6c4672ba425002729b66f2e | |
parent | 2059b698a2efcce3c67b0e61eab7d7680bbe10bd [diff] |
NFSD: Clean up nfsd3_proc_create() As near as I can tell, mode bit masking and setting S_IFREG is already done by do_nfsd_create() and vfs_create(). The NFSv4 path (do_open_lookup), for example, does not bother with this special processing. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>