On Tue, Jan 13, 2009 at 05:28:29PM -0800, Yehuda Sadeh Weinraub (yehudasa@xxxxxxxxx) wrote: > > They should be implemented already in the change attribute code. > > Attribute changes are flushed at writeback time or on server's demand. > > > ok, might be that the following is the problem: > > int pohmelfs_setattr(struct dentry *dentry, struct iattr *attr) > { > ... > if (!(psb->state_flags & POHMELFS_FLAGS_XATTR)) > return -EOPNOTSUPP; > > > Probably this test should be only on setxattr? Definitely :) It should be moved there. Thanks for spotting this. -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html