def removexattr(self, path, xattr): rsp = self.librarian( self.lcp('remove_xattr', path=path, xattr=xattr)) if rsp is not None: # unexpected raise TmfsOSError(errno.ENOTTY)