Hi Dan, Today's linux-next merge of the cleancache tree got a conflict in include/linux/fs.h between commit c8aebb0c9f8c7471643d5f8ba68328de8013005f ("per-superblock default ->d_op") from Linus' tree and commit 8b53f238859d3fca74c4c52ee1af8d6b5daafcc5 ("fs: add field to superblock to support cleancache") from the cleancache tree. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc include/linux/fs.h index ed6ee47,c52bab0..0000000 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@@ -1422,8 -1384,12 +1422,13 @@@ struct super_block * Saved mount options for lazy filesystems using * generic_show_options() */ - char *s_options; + char __rcu *s_options; + const struct dentry_operations *s_d_op; /* default d_op for dentries */ + + /* + * Saved pool identifier for cleancache (-1 means none) + */ + int cleancache_poolid; }; extern struct timespec current_fs_time(struct super_block *sb); -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html