sapling/eden
Saurabh Singh 55f92fe95d Making public fields of the TreeInode::Entry private
Summary:
Before this commit, TreeInode::Entry was a struct which had two
private members: mode and inode. In this commit,

  1. TreeInode::Entry was changed from struct to class.
  2. Appropriate getters and setters were introduced for the public members to
     make them private.
  3. Existing code accessing the public members directly was modified to use
     the getters instead.
  4. A couple of TODOs were added to address Overlay::saveOverlayDir()'s access
     of child inode information.

Reviewed By: simpkins

Differential Revision: D5483953

fbshipit-source-id: 50d526731e193a3a4a32742bd4d49deb9ee6b432
2017-07-25 20:12:59 -07:00
..
cli fix issues updating TreeInode materialization status during checkout 2017-07-07 18:45:02 -07:00
docs update logging statements to use folly logging APIs 2017-06-22 13:50:13 -07:00
facebook codemod: format TARGETS with buildifier [4/5] (D5092623) 2017-06-01 17:52:40 -07:00
fs Making public fields of the TreeInode::Entry private 2017-07-25 20:12:59 -07:00
hooks codemod: format TARGETS with buildifier [4/5] (D5092623) 2017-06-01 17:52:40 -07:00
integration Pass a proper opener object to the parent constructor in eden_dirstate. 2017-07-25 11:58:26 -07:00
DEFS move eden/fs/cli to eden/cli 2017-04-14 11:39:01 -07:00