]> arthur.barton.de Git - bup.git/commit
Handle EOPNOTSUPP as an indicator that Linux attrs are not supported.
authorRob Browning <rlb@defaultvalue.org>
Sat, 5 Oct 2013 18:01:37 +0000 (13:01 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 7 Oct 2013 01:03:00 +0000 (20:03 -0500)
commit4be97d75e109a339568aecd349302f1cce9faa23
tree613dc6d80816356634e471ce77eacba3c1c84ab9
parente728ed013e15f76b96c10e0228c195fed184696d
Handle EOPNOTSUPP as an indicator that Linux attrs are not supported.

Add EOPNOTSUPP to the set of errno values in _add_linux_attr() that
indicate Linux attrs are not supported by the target filesystem.  The
problem was observed on ZFS-on-Linux, 0.6.2.

Thanks to Will Rouesnel <w.rouesnel@gmail.com> for the report and an
initial patch.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/metadata.py