github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
92 stars 14 forks source link

add event notification on hard link creation #67

Closed chrisd8088 closed 5 years ago

chrisd8088 commented 5 years ago

This PR adds a simple post-operation event notification when a hard link is created, which then maps to the VFSForGit OnHardLinkCreated handler.

Rather than propose a merge into master, I thought it might be simpler to merge this into the xattr-tristate branch from PR #66 first, but am open to redoing it against master.