[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161214191820.GB1116@jaegeuk.local>
Date: Wed, 14 Dec 2016 11:18:20 -0800
From: Jaegeuk Kim <jaegeuk@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux FS Dev Mailing List <linux-fsdevel@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux F2FS Dev Mailing List
<linux-f2fs-devel@...ts.sourceforge.net>
Subject: Re: [f2fs-dev] [GIT PULL] f2fs update for 4.10
On 12/14, Jaegeuk Kim wrote:
> On 12/14, Linus Torvalds wrote:
> > On Mon, Dec 12, 2016 at 2:15 PM, Jaegeuk Kim <jaegeuk@...nel.org> wrote:
> > >
> > > Could you please consider this pull request?
> >
> > Pulled. Mind double-checking my resolution wrt commit 70fd76140a6c
> > ("block,fs: use REQ_* flags directly")?
>
> Thank you, and the resolution looks good to me as well.
BTW, I just downloaded mainline, and tried to build a debian package but
failed due to missing Documentation/Changes.
I've found out that it was renamed by commit 186128f753
("docs-rst: add documents to development-process")
And when taking a look at its description, it was supposed to do symlink for
document files, but did rename all of them.
Afterwards, I could see some files were re-added by commit 08a9a8d44c1
("doc: re-add CodingStyle and SubmittingPatches")
In order to build a package for now, I just added a symlink like below.
---
Documentation/Changes | 1 +
1 file changed, 1 insertion(+)
create mode 120000 Documentation/Changes
diff --git a/Documentation/Changes b/Documentation/Changes
new file mode 120000
index 000000000000..7564ae1682ba
--- /dev/null
+++ b/Documentation/Changes
@@ -0,0 +1 @@
+process/changes.rst
\ No newline at end of file
--
2.11.0
Thanks,
>
> Thanks,
>
> >
> > Linus
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Linux-f2fs-devel mailing list
> Linux-f2fs-devel@...ts.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
Powered by blists - more mailing lists