~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/linux/vmhgfs/fsutil.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
705
705
   }
706
706
 
707
707
   inode->i_rdev = 0;  /* Device nodes are not supported */
708
 
#if !defined(VMW_INODE_2618)
 
708
#if !defined VMW_INODE_2618
709
709
   inode->i_blksize = HGFS_BLOCKSIZE;
710
710
#endif
711
711
 
1026
1026
      }
1027
1027
 
1028
1028
      iinfo = INODE_GET_II_P(inode);
 
1029
      if (attr->mask & HGFS_ATTR_VALID_FILEID) {
 
1030
         iinfo->hostFileId = attr->hostFileId;
 
1031
      }
1029
1032
      iinfo->isFakeInodeNumber = isFakeInodeNumber;
1030
1033
      iinfo->isReferencedInode = TRUE;
1031
1034
      HgfsChangeFileAttributes(inode, attr);
1757
1760
#endif
1758
1761
   INODE_SET_II_P(inode, iinfo);
1759
1762
   INIT_LIST_HEAD(&iinfo->files);
 
1763
   iinfo->hostFileId = 0;
1760
1764
   iinfo->isReferencedInode = FALSE;
1761
1765
   iinfo->isFakeInodeNumber = FALSE;
1762
1766
   iinfo->createdAndUnopened = FALSE;