diff options
author | Dave Chinner <dchinner@redhat.com> | 2022-05-12 15:12:55 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-05-12 15:12:55 +1000 |
commit | 4e3d96a57a06f20f4ce04a92422cc100251f346d (patch) | |
tree | 1f47c2c00dc01cc115b6f6266f0bb208608312ae /usr | |
parent | b11fa61bc4c679172a35e48d149f797ee37db3fc (diff) | |
download | linux-4e3d96a57a06f20f4ce04a92422cc100251f346d.tar.gz linux-4e3d96a57a06f20f4ce04a92422cc100251f346d.tar.bz2 linux-4e3d96a57a06f20f4ce04a92422cc100251f346d.zip |
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Now that the full xfs_attr_set_iter() state machine always
terminates with either the state being XFS_DAS_DONE on success or
an error on failure, we can get rid of the need for it to return
-EAGAIN whenever it needs to roll the transaction before running
the next state.
That is, we don't need to spray -EAGAIN return states everywhere,
the caller just check the state machine state for completion to
determine what action should be taken next. This greatly simplifies
the code within the state machine implementation as it now only has
to handle 0 for success or -errno for error and it doesn't need to
tell the caller to retry.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Allison Henderson<allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions