The patch titled r/o bind mounts: [PATCH] gfs: check nlink count has been removed from the -mm tree. Its filename was r-o-bind-mounts-gfs-check-nlink-count.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: r/o bind mounts: [PATCH] gfs: check nlink count From: Dave Hansen <hansendc@xxxxxxxxxx> Cc: Miklos Szeredi <miklos@xxxxxxxxxx> Cc: Ram Pai <linuxram@xxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/gfs2/inode.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/gfs2/inode.c~r-o-bind-mounts-gfs-check-nlink-count fs/gfs2/inode.c --- a/fs/gfs2/inode.c~r-o-bind-mounts-gfs-check-nlink-count +++ a/fs/gfs2/inode.c @@ -169,6 +169,7 @@ static int gfs2_dinode_in(struct gfs2_in * to do that. */ ip->i_inode.i_nlink = be32_to_cpu(str->di_nlink); + check_nlink(&ip->i_inode); di->di_size = be64_to_cpu(str->di_size); i_size_write(&ip->i_inode, di->di_size); di->di_blocks = be64_to_cpu(str->di_blocks); _ Patches currently in -mm which might be from hansendc@xxxxxxxxxx are r-o-bind-mounts-gfs-check-nlink-count.patch r-o-bind-mounts-honor-r-w-changes-at-do_remount-time.patch r-o-bind-mounts-kill-open-files-traverse-on-remount-ro.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html