mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-13 05:51:07 +00:00
scoutfs: add data_wait_err for reporting errors
Add support for reporting errors to data waiters via a new SCOUTFS_IOC_DATA_WAIT_ERR ioctl. This allows waiters to return an error to readers when staging fails. Signed-off-by: Benjamin LaHaise <bcrl@kvack.org> [zab: renamed to data_wait_err, took ino arg] Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
committed by
Zach Brown
parent
79e235af6e
commit
74f85ff93d
@@ -33,6 +33,7 @@ typedef u16 __u16;
|
||||
typedef u32 __u32;
|
||||
typedef s32 __s32;
|
||||
typedef u64 __u64;
|
||||
typedef s64 __s64;
|
||||
|
||||
typedef u16 __sp_biwise __le16;
|
||||
typedef u16 __sp_biwise __be16;
|
||||
|
||||
Reference in New Issue
Block a user