* [PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root() @ 2012-04-28 12:13 Sedat Dilek [not found] ` <1335615233-17746-1-git-send-email-sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Sedat Dilek @ 2012-04-28 12:13 UTC (permalink / raw) To: Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA, samba-technical-w/Ol4Ecudpl8XjKLYN78aQ, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Al Viro, linux-fsdevel Cc: Sedat Dilek For more details see <file: Documentation/filesystems/porting>. Signed-off-by: Sedat Dilek <sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1335615233-17746-1-git-send-email-sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root() [not found] ` <1335615233-17746-1-git-send-email-sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2012-05-11 13:33 ` Sedat Dilek 2012-05-18 3:32 ` Steve French 1 sibling, 0 replies; 3+ messages in thread From: Sedat Dilek @ 2012-05-11 13:33 UTC (permalink / raw) To: Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA, samba-technical-w/Ol4Ecudpl8XjKLYN78aQ, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Al Viro, linux-fsdevel Cc: Sedat Dilek On Sat, Apr 28, 2012 at 2:13 PM, Sedat Dilek <sedat.dilek-gM/Ye1E23myhRSP0FMvGiw@public.gmane.orgm> wrote: > For more details see <file: Documentation/filesystems/porting>. > > Signed-off-by: Sedat Dilek <sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > 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 - ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root() [not found] ` <1335615233-17746-1-git-send-email-sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2012-05-11 13:33 ` Sedat Dilek @ 2012-05-18 3:32 ` Steve French 1 sibling, 0 replies; 3+ messages in thread From: Steve French @ 2012-05-18 3:32 UTC (permalink / raw) To: Sedat Dilek Cc: Steve French, linux-cifs-u79uwXL29TY76Z2rM5mHXA, samba-technical-w/Ol4Ecudpl8XjKLYN78aQ, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Al Viro, linux-fsdevel, Sedat Dilek 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-gM/Ye1E23myhRSP0FMvGiw@public.gmane.orgm> wrote: > For more details see <file: Documentation/filesystems/porting>. > > Signed-off-by: Sedat Dilek <sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-18 3:32 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-04-28 12:13 [PATCH] cifs: Fix comment as d_alloc_root() is replaced by d_make_root() Sedat Dilek [not found] ` <1335615233-17746-1-git-send-email-sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2012-05-11 13:33 ` Sedat Dilek 2012-05-18 3:32 ` Steve French
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).