Hi all, Today's linux-next merge of the vfs-brauner tree got a conflict in: fs/btrfs/super.c between commit: ec24789ec8d6 ("btrfs: disable defrag on pre-content watched files") from the ext3 tree and commit: c7e408a168b5 ("btrfs: convert to multigrain timestamps") 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 fs/btrfs/super.c index c9aef6708779,d423acfe11d0..000000000000 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@@ -2199,7 -2199,7 +2199,7 @@@ static struct file_system_type btrfs_fs .parameters = btrfs_fs_parameters, .kill_sb = btrfs_kill_super, .fs_flags = FS_REQUIRES_DEV | FS_BINARY_MOUNTDATA | - FS_ALLOW_IDMAP | FS_ALLOW_HSM, - FS_ALLOW_IDMAP | FS_MGTIME, ++ FS_ALLOW_IDMAP | FS_ALLOW_HSM | FS_MGTIME, }; MODULE_ALIAS_FS("btrfs");
Attachment:
pgphR2b0CteDh.pgp
Description: OpenPGP digital signature