config: remove HAVE_GENERIC_READLINK

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:
Rob Norris
2024-08-24 21:39:48 +10:00
committed by Tony Hutter
parent 701c3c1582
commit 0da3b420c3
3 changed files with 0 additions and 30 deletions
-3
View File
@@ -776,9 +776,6 @@ const struct inode_operations zpl_dir_inode_operations = {
};
const struct inode_operations zpl_symlink_inode_operations = {
#ifdef HAVE_GENERIC_READLINK
.readlink = generic_readlink,
#endif
.get_link = zpl_get_link,
.setattr = zpl_setattr,
.getattr = zpl_getattr,