1. 14 May, 2012 1 commit
    • Pavel Shilovsky's avatar
      fuse: fix stat call on 32 bit platforms · 45c72cd7
      Pavel Shilovsky authored
      Now we store attr->ino at inode->i_ino, return attr->ino at the
      first time and then return inode->i_ino if the attribute timeout
      isn't expired. That's wrong on 32 bit platforms because attr->ino
      is 64 bit and inode->i_ino is 32 bit in this case.
      
      Fix this by saving 64 bit ino in fuse_inode structure and returning
      it every time we call getattr. Also squash attr->ino into inode->i_ino
      explicitly.
      Signed-off-by: default avatarPavel Shilovsky <piastry@etersoft.ru>
      Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
      45c72cd7
  2. 26 Apr, 2012 1 commit
  3. 25 Apr, 2012 2 commits
  4. 21 Apr, 2012 23 commits
  5. 20 Apr, 2012 13 commits