mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-16 20:26:35 +00:00
generic_fillattr() now wants the request_mask arg from caller
Since ~v6.5-rc1-95-g0d72b92883c6, generic_fillattr() asks us to pass through the request_mask from the caller. This allows it to only request a subset. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -99,6 +99,12 @@ typedef unsigned int blk_opf_t;
|
||||
#endif
|
||||
#endif /* KC_VFS_METHOD_MNT_IDMAP_ARG */
|
||||
|
||||
#ifdef KC_GENERIC_FILLATTR_REQUEST_MASK
|
||||
#define KC_FILLATTR_REQUEST_MASK request_mask,
|
||||
#else
|
||||
#define KC_FILLATTR_REQUEST_MASK
|
||||
#endif
|
||||
|
||||
#ifdef KC_BIO_ALLOC_DEV_OPF_ARGS
|
||||
#define kc_bio_alloc bio_alloc
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user