[PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
Steve French
smfrench at gmail.com
Thu May 17 21:32:24 MDT 2012
merged into for-next branch (for linux-next) of cifs-2.6.git
On Sat, Apr 28, 2012 at 7:13 AM, Sedat Dilek <sedat.dilek at googlemail.com> wrote:
> For more details see <file: Documentation/filesystems/porting>.
>
> Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
> ---
> 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
>
--
Thanks,
Steve
More information about the samba-technical
mailing list