| Submitter | Wang Sheng-Hui |
|---|---|
| Date | July 23, 2011, 1:08 a.m. |
| Message ID | <4E2A1F21.5060604@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/106406/ |
| State | Not Applicable |
| Headers | show |
Comments
Hello, On Sat 23-07-11 09:08:49, Wang Sheng-Hui wrote: > The patch is against 3.0. > > In Documentation/filesystems/ext3.txt, the section "useful links" > provides two links which link to ibm developerworks articles. While > the second one can be redirected to the latest one, the first one > http://www.ibm.com/developerworks/library/l-fs7.html > fails to be redirected. > > Update the 2 links to the latest ones. Thanks. I've merged the patch into my tree. Honza > > Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> > --- > Documentation/filesystems/ext3.txt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/filesystems/ext3.txt b/Documentation/filesystems/ext3.txt > index 272f80d..a779614 100644 > --- a/Documentation/filesystems/ext3.txt > +++ b/Documentation/filesystems/ext3.txt > @@ -227,5 +227,5 @@ kernel source: <file:fs/ext3/> > programs: http://e2fsprogs.sourceforge.net/ > http://ext2resize.sourceforge.net > > -useful links: http://www.ibm.com/developerworks/library/l-fs7.html > - http://www.ibm.com/developerworks/library/l-fs8.html > +useful links: http://www.ibm.com/developerworks/library/l-fs7/index.html > + http://www.ibm.com/developerworks/library/l-fs8/index.html > -- > 1.7.1 >
Patch
diff --git a/Documentation/filesystems/ext3.txt b/Documentation/filesystems/ext3.txt index 272f80d..a779614 100644 --- a/Documentation/filesystems/ext3.txt +++ b/Documentation/filesystems/ext3.txt @@ -227,5 +227,5 @@ kernel source: <file:fs/ext3/> programs: http://e2fsprogs.sourceforge.net/ http://ext2resize.sourceforge.net -useful links: http://www.ibm.com/developerworks/library/l-fs7.html - http://www.ibm.com/developerworks/library/l-fs8.html +useful links: http://www.ibm.com/developerworks/library/l-fs7/index.html + http://www.ibm.com/developerworks/library/l-fs8/index.html
The patch is against 3.0. In Documentation/filesystems/ext3.txt, the section "useful links" provides two links which link to ibm developerworks articles. While the second one can be redirected to the latest one, the first one http://www.ibm.com/developerworks/library/l-fs7.html fails to be redirected. Update the 2 links to the latest ones. Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> --- Documentation/filesystems/ext3.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)