]> arthur.barton.de Git - bup.git/commit
fuse: remove redundant custom Stat class
authorRob Browning <rlb@defaultvalue.org>
Sun, 28 Feb 2016 16:21:57 +0000 (10:21 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 13 Mar 2016 23:03:31 +0000 (18:03 -0500)
commit934bdbbc511e36fd2d9f6bad709da9b52065de65
treeadd8db06933c4fb9b6cbeba0b004ea346cec99d1
parented6266d24ed5e6fd538d07e78eea2c11665e0aaf
fuse: remove redundant custom Stat class

It looks like our Stat class was just reinitializing all of the things
that the built in fuse.Stat class already initializes, so just rely on
theirs, and use their keyword initializers to avoid a few more
reinitializations.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/fuse-cmd.py
t/test-fuse.sh