Re: [4/9] pohmelfs: directory operations.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> 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

[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux