Christoph,

> +static int
> +posix_acl_xattr_set(struct dentry *dentry, const char *name,
> +             const void *value, size_t size, int flags, int type)
> +{
> +     struct inode *inode = dentry->d_inode;
> +     struct posix_acl *acl = NULL;
> +     int ret;
> +
> +     if (!IS_POSIXACL(inode))
> +             return -EOPNOTSUPP;
> +     if (S_ISLNK(inode->i_mode) || !inode->i_op->set_acl)
> +             return -EOPNOTSUPP;

Sama here, I would remove the S_ISLNK() check.

Andreas

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to