]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fuse/impl_c: add --auto-fsid option
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 25 Sep 2008 13:42:23 +0000 (06:42 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 25 Sep 2008 13:42:23 +0000 (06:42 -0700)
commitd79001543b4790e6bc4569d599a0eb01000df560
treee048f6c8aa07512a65c08e0b4014c5ffab68e8b2
parent90e3f3717339ec5fc9db62fd2d215c19b11a79b0
fuse/impl_c: add --auto-fsid option

this was inspired by reading the fuse docs and discovering the 'fsid' option
to fuse_main, and was _intended_ to support a sort of 'stability' to the
filesystem (specifically derived from the root-uri mounted, whether directly
or via an alias) to support mac aliases across unmount/remount etc.

some experimentation shows that that doesn't actually work, and that, at
least for mac aliases in my testing, they're tied to path-to-mountpoint and
not to the fsid - which seems to have no bearing.  perhaps the 'local' flag
is causing weirdness therein.

at any rate, I'm recording it simply for posterity, in case it turns out to
be useful after all somewhere down the road.
contrib/fuse/impl_c/blackmatch.py