mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
config: remove HAVE_FILE_DENTRY
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #16479
This commit is contained in:
committed by
Brian Behlendorf
parent
525f06b5f6
commit
257e40f9d9
@@ -272,18 +272,6 @@ static inline struct inode *file_inode(const struct file *f)
|
||||
}
|
||||
#endif /* HAVE_FILE_INODE */
|
||||
|
||||
/*
|
||||
* 4.1 API change
|
||||
* struct access file->f_path.dentry was replaced by accessor function
|
||||
* file_dentry(f)
|
||||
*/
|
||||
#ifndef HAVE_FILE_DENTRY
|
||||
static inline struct dentry *file_dentry(const struct file *f)
|
||||
{
|
||||
return (f->f_path.dentry);
|
||||
}
|
||||
#endif /* HAVE_FILE_DENTRY */
|
||||
|
||||
static inline uid_t zfs_uid_read_impl(struct inode *ip)
|
||||
{
|
||||
return (from_kuid(kcred->user_ns, ip->i_uid));
|
||||
|
||||
Reference in New Issue
Block a user