Hi Linus, Please pull the following pair of Ceph fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus One of these is fixing a regression from the d_flags file type patch that went into -rc1 that broke instantiation of inodes and dentries (we were doing dentries first). The other is just an off-by-one corner case. Thanks! sage ---------------------------------------------------------------- Li Wang (1): ceph: Avoid data inconsistency due to d-cache aliasing in readpage() Yan, Zheng (1): ceph: initialize inode before instantiating dentry fs/ceph/addr.c | 8 +++- fs/ceph/inode.c | 136 ++++++++++++++++++++++++-------------------------------- 2 files changed, 64 insertions(+), 80 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html