nfs-ganesha 1.4
Functions

fsal_errors.c File Reference

#include "fsal.h"

Go to the source code of this file.

Functions

fsal_boolean_t fsal_is_retryable (fsal_status_t status)

Function Documentation

fsal_boolean_t fsal_is_retryable ( fsal_status_t  status)

fsal_is_retryable: Indicates if an FSAL error is retryable, i.e. if the caller has a chance of succeeding if it tries to call again the function that returned such an error code.

Parameters:
status(input),:The fsal status whom retryability is to be tested.
Returns:
- TRUE if the error is retryable.
  • FALSE if the error is NOT retryable.

Todo:
: ERR_FSAL_DELAY : The only retryable error ?

Definition at line 33 of file FSAL_HPSS/fsal_errors.c.