Re: [PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root()

From: Sedat Dilek
Date: Fri May 11 2012 - 09:33:49 EST


On Sat, Apr 28, 2012 at 2:13 PM, Sedat Dilek <sedat.dilek@xxxxxxxxxxxxxx> wrote:
> For more details see <file: Documentation/filesystems/porting>.
>
> Signed-off-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>
> ---
> Âfs/cifs/cifsfs.c | Â Â2 +-
> Â1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
> index d342128..62843d9 100644
> --- a/fs/cifs/cifsfs.c
> +++ b/fs/cifs/cifsfs.c
> @@ -125,7 +125,7 @@ cifs_read_super(struct super_block *sb)
> Â Â Â Â Â Â Â Âgoto out_no_root;
> Â Â Â Â}
>
> - Â Â Â /* do that *after* d_alloc_root() - we want NULL ->d_op for root here */
> + Â Â Â /* do that *after* d_make_root() - we want NULL ->d_op for root here */
> Â Â Â Âif (cifs_sb_master_tcon(cifs_sb)->nocase)
> Â Â Â Â Â Â Â Âsb->s_d_op = &cifs_ci_dentry_ops;
> Â Â Â Âelse
> --
> 1.7.9.5
>

Ping!? (This patch is for 3.4-final.)

- Sedat -
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/