move reparse buffer parsing to eden common
commit098e4f874140d3c97e9c75e96c7082c1d1611227
authorKatie Mancini <kmancini@meta.com>
Tue, 7 Feb 2023 00:55:36 +0000 (6 16:55 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 7 Feb 2023 00:55:36 +0000 (6 16:55 -0800)
tree8688fa8612ca376d5815164a98d32df1fad29cbb
parentf365079033794e0177fb74396125d3c7cc2287e3
move reparse buffer parsing to eden common

Summary:
Both eden and watchman have logic to parse, repasrse point buffers. and they are
copy pastes of eachother. edencommon exists now, so lets move the logic into
there so we can delete the copypasta

(I came acoss this since I am going to be peeking in the reparse buffer some
more in eden in the stack above.)

Reviewed By: chadaustin

Differential Revision: D42220244

fbshipit-source-id: 2033aee914f0ec99e8990e1c756819b38e9f6ca8
third-party/watchman/src/watchman/fs/FileDescriptor.cpp
third-party/watchman/src/watchman/fs/FileDescriptor.h