>> I did have some problems. I was trying to run dbench and it failed. >> Also I understand that you haven't implemented all vfs interface yet >> (chmod, chown, etc.). I was looking at the following code (more of at >> the comments), and it explained some strange stuff that I had seen: > > 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? -- 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