nfs_mds_commit_infoRegular
4.4: Absent ⚠️
4.8: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
long unsigned int ncommit;
struct list_head list;
};
4.10: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
long unsigned int ncommit;
struct list_head list;
};
4.13: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
long unsigned int ncommit;
struct list_head list;
};
4.15: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
4.18: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
5.0: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
5.3: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
5.4: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
5.15: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
5.19: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
6.2: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
6.5: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
6.8: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
arm64: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
armhf: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
ppc64el: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
riscv64: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
aws: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
azure: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
gcp: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
lowlatency: ✅struct nfs_mds_commit_info {
atomic_t rpcs_out;
atomic_long_t ncommit;
struct list_head list;
};
Regular
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ⚠️long unsigned int ncommit ➡️ atomic_long_t ncommit
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅