X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzpl_inode.c;h=46b77c9f136cb01bdddc984a62717854b23693f8;hb=57a4eddc4d5e1e6c10d8d7dcf87a9fc27398adcd;hp=dbfe61ab93750dfdbd0474b3d2185b862f7bc10f;hpb=9fd91daeef4df4e2bc66f54bb97c88225c6dd2c7;p=zfs.git diff --git a/module/zfs/zpl_inode.c b/module/zfs/zpl_inode.c index dbfe61a..46b77c9 100644 --- a/module/zfs/zpl_inode.c +++ b/module/zfs/zpl_inode.c @@ -354,6 +354,12 @@ const struct inode_operations zpl_symlink_inode_operations = { .readlink = generic_readlink, .follow_link = zpl_follow_link, .put_link = zpl_put_link, + .setattr = zpl_setattr, + .getattr = zpl_getattr, + .setxattr = generic_setxattr, + .getxattr = generic_getxattr, + .removexattr = generic_removexattr, + .listxattr = zpl_xattr_list, }; const struct inode_operations zpl_special_inode_operations = {