Hi all, Today's linux-next merge of the vfs-brauner tree got a conflict in: include/linux/exportfs.h between commit: 85e95ca7cc48 ("bcachefs: Update export_operations for snapshots") from the bcachefs tree and commit: 2560fa66d2ac ("exportfs: define FILEID_INO64_GEN* file handle types") from the vfs-brauner tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc include/linux/exportfs.h index be9900cc8786,21bae8bfeef1..000000000000 --- a/include/linux/exportfs.h +++ b/include/linux/exportfs.h @@@ -98,12 -98,17 +98,23 @@@ enum fid_type */ FILEID_FAT_WITH_PARENT = 0x72, + /* + * 64 bit inode number, 32 bit subvolume, 32 bit generation number: + */ + FILEID_BCACHEFS_WITHOUT_PARENT = 0x80, + FILEID_BCACHEFS_WITH_PARENT = 0x81, + + /* + * 64 bit inode number, 32 bit generation number. + */ - FILEID_INO64_GEN = 0x81, ++ FILEID_INO64_GEN = 0x82, + + /* + * 64 bit inode number, 32 bit generation number, + * 64 bit parent inode number, 32 bit parent generation. + */ - FILEID_INO64_GEN_PARENT = 0x82, ++ FILEID_INO64_GEN_PARENT = 0x83, + /* * 128 bit child FID (struct lu_fid) * 128 bit parent FID (struct lu_fid)
Attachment:
pgpPYMFtjmOuC.pgp
Description: OpenPGP digital signature